Html Css Color HEX #E2431C Cinnabar

📋 copy color: '#E2431C'

red 226 ◦ green 67 ◦ blue 28

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

Shades of Cinnabar #E2431C

Tints of Cinnabar #E2431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 70.4%
G = 20.87%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2431C (or 0xE2431C) is known color: Cinnabar. HEX triplet: E2, 43 and 1C. RGB value is (226,67,28). Sum of RGB (Red+Green+Blue) = 226+67+28=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2431C is #1DBCE3. Grayscale: #6E6E6E. Windows color (decimal): -1948900 or 1852386. OLE color: 1852386.

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

Color convert

RGB 226 67 28 -
CMYK 0 0.70 0.88 0.11
HSL 11.82º 0.78% 0.5% -
HSV(B) 11.82º 0.88% 0.89% -
XYZ 33.58 20.27 3.24 -
YUV 110.1 81.68 210.67 -
System Red Green Blue C M Y K H S L
Decimal 226 67 28 0 0.70 0.88 0.11 11.82 0.78 0.5
Hex E2 43 1C 0 46 58 B C 4E 32
Octal 342 103 34 0 106 130 13 14 116 62
Binary 11100010 1000011 11100 0 1000110 1011000 1011 1100 1001110 110010

Color Harmonies of #E2431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2431C

Black with #E2431C

Text Example


Text Example

White with #E2431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2431C; }

 p { color: rgb(226,67,28); }

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

background-color css

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

 a { background-color: rgb(226,67,28); }

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

border-color css

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

 span { border-color: rgb(226,67,28); }

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