Html Css Color HEX #EA402C Cinnabar

📋 copy color: '#EA402C'

red 234 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #EA402C

Tints of Cinnabar #EA402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 68.42%
G = 18.71%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA402C (or 0xEA402C) is known color: Cinnabar. HEX triplet: EA, 40 and 2C. RGB value is (234,64,44). Sum of RGB (Red+Green+Blue) = 234+64+44=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA402C is #15BFD3. Grayscale: #707070. Windows color (decimal): -1425364 or 2900202. OLE color: 2900202.

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

Color convert

RGB 234 64 44 -
CMYK 0 0.73 0.81 0.08
HSL 6.32º 0.82% 0.55% -
HSV(B) 6.32º 0.81% 0.92% -
XYZ 36.22 21.34 4.59 -
YUV 112.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 234 64 44 0 0.73 0.81 0.08 6.32 0.82 0.55
Hex EA 40 2C 0 49 51 8 6 52 37
Octal 352 100 54 0 111 121 10 6 122 67
Binary 11101010 1000000 101100 0 1001001 1010001 1000 110 1010010 110111

Color Harmonies of #EA402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA402C

Black with #EA402C

Text Example


Text Example

White with #EA402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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