Html Css Color HEX #EA401C Cinnabar

📋 copy color: '#EA401C'

red 234 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #EA401C

Tints of Cinnabar #EA401C

RGB

 RED value IS 234 (91.8% from 255) = 71.78%

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 71.78%
G = 19.63%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA401C (or 0xEA401C) is known color: Cinnabar. HEX triplet: EA, 40 and 1C. RGB value is (234,64,28). Sum of RGB (Red+Green+Blue) = 234+64+28=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA401C is #15BFE3. Grayscale: #6F6F6F. Windows color (decimal): -1425380 or 1851626. OLE color: 1851626.

HSL color Cylindrical-coordinate representation of color #EA401C: hue angle of 10.49º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 28 -
CMYK 0 0.73 0.88 0.08
HSL 10.49º 0.83% 0.51% -
HSV(B) 10.49º 0.88% 0.92% -
XYZ 35.97 21.24 3.3 -
YUV 110.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 234 64 28 0 0.73 0.88 0.08 10.49 0.83 0.51
Hex EA 40 1C 0 49 58 8 A 53 33
Octal 352 100 34 0 111 130 10 12 123 63
Binary 11101010 1000000 11100 0 1001001 1011000 1000 1010 1010011 110011

Color Harmonies of #EA401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA401C

Black with #EA401C

Text Example


Text Example

White with #EA401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA401C; }

 p { color: rgb(234,64,28); }

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

background-color css

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

 a { background-color: rgb(234,64,28); }

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

border-color css

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

 span { border-color: rgb(234,64,28); }

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