Html Css Color HEX #EA4F28 Cinnabar

📋 copy color: '#EA4F28'

red 234 ◦ green 79 ◦ blue 40

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

Shades of Cinnabar #EA4F28

Tints of Cinnabar #EA4F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 66.29%
G = 22.38%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA4F28 (or 0xEA4F28) is known color: Cinnabar. HEX triplet: EA, 4F and 28. RGB value is (234,79,40). Sum of RGB (Red+Green+Blue) = 234+79+40=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F28 is #15B0D7. Grayscale: #797979. Windows color (decimal): -1421528 or 2641898. OLE color: 2641898.

HSL color Cylindrical-coordinate representation of color #EA4F28: hue angle of 12.06º 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 #EA4F28 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 79 40 -
CMYK 0 0.66 0.83 0.08
HSL 12.06º 0.82% 0.54% -
HSV(B) 12.06º 0.83% 0.92% -
XYZ 37.11 23.24 4.54 -
YUV 120.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 234 79 40 0 0.66 0.83 0.08 12.06 0.82 0.54
Hex EA 4F 28 0 42 53 8 C 52 36
Octal 352 117 50 0 102 123 10 14 122 66
Binary 11101010 1001111 101000 0 1000010 1010011 1000 1100 1010010 110110

Color Harmonies of #EA4F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F28

Black with #EA4F28

Text Example


Text Example

White with #EA4F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F28; }

 p { color: rgb(234,79,40); }

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

background-color css

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

 a { background-color: rgb(234,79,40); }

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

border-color css

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

 span { border-color: rgb(234,79,40); }

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