Html Css Color HEX #E23130 Cinnabar

📋 copy color: '#E23130'

red 226 ◦ green 49 ◦ blue 48

#E23130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #E23130

Tints of Cinnabar #E23130

RGB

 RED value IS 226 (88.67% from 255) = 69.97%

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 69.97%
G = 15.17%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E23130 (or 0xE23130) is known color: Cinnabar. HEX triplet: E2, 31 and 30. RGB value is (226,49,48). Sum of RGB (Red+Green+Blue) = 226+49+48=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E23130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23130 is #1DCECF. Grayscale: #656565. Windows color (decimal): -1953488 or 3158498. OLE color: 3158498.

HSL color Cylindrical-coordinate representation of color #E23130: hue angle of 0.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E23130 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 49 48 -
CMYK 0 0.78 0.79 0.11
HSL 0.34º 0.75% 0.54% -
HSV(B) 0.34º 0.79% 0.89% -
XYZ 33 18.58 4.64 -
YUV 101.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 226 49 48 0 0.78 0.79 0.11 0.34 0.75 0.54
Hex E2 31 30 0 4E 4F B 0 4B 36
Octal 342 61 60 0 116 117 13 0 113 66
Binary 11100010 110001 110000 0 1001110 1001111 1011 0 1001011 110110

Color Harmonies of #E23130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23130

Black with #E23130

Text Example


Text Example

White with #E23130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23130; }

 p { color: rgb(226,49,48); }

 H1.HeaderClassName
 {
   color: #E23130;
 }
 .AnyTagClassName
 {
   color: #E23130;
 }
</style>

background-color css

<style>
 a { background-color: #E23130; }

 a { background-color: rgb(226,49,48); }

 div.DivClassName
 {
   background-color: #E23130;
 }
 .BgClassName
 {
   background-color: #E23130;
 }
</style>

border-color css

<style>
 span { border-color: #E23130; }

 span { border-color: rgb(226,49,48); }

 td.TdClassName
 {
   border-color: #E23130;
 }
 .TagClassName
 {
   border-color: #E23130;
 }
</style>