Html Css Color HEX #EA4327 Cinnabar

📋 copy color: '#EA4327'

red 234 ◦ green 67 ◦ blue 39

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

Shades of Cinnabar #EA4327

Tints of Cinnabar #EA4327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 68.82%
G = 19.71%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA4327 (or 0xEA4327) is known color: Cinnabar. HEX triplet: EA, 43 and 27. RGB value is (234,67,39). Sum of RGB (Red+Green+Blue) = 234+67+39=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4327 is #15BCD8. Grayscale: #727272. Windows color (decimal): -1424601 or 2573290. OLE color: 2573290.

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

Color convert

RGB 234 67 39 -
CMYK 0 0.71 0.83 0.08
HSL 8.62º 0.82% 0.54% -
HSV(B) 8.62º 0.83% 0.92% -
XYZ 36.31 21.65 4.19 -
YUV 113.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 234 67 39 0 0.71 0.83 0.08 8.62 0.82 0.54
Hex EA 43 27 0 47 53 8 9 52 36
Octal 352 103 47 0 107 123 10 11 122 66
Binary 11101010 1000011 100111 0 1000111 1010011 1000 1001 1010010 110110

Color Harmonies of #EA4327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4327

Black with #EA4327

Text Example


Text Example

White with #EA4327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4327; }

 p { color: rgb(234,67,39); }

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

background-color css

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

 a { background-color: rgb(234,67,39); }

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

border-color css

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

 span { border-color: rgb(234,67,39); }

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