Html Css Color HEX #EA4C28 Cinnabar

📋 copy color: '#EA4C28'

red 234 ◦ green 76 ◦ blue 40

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

Shades of Cinnabar #EA4C28

Tints of Cinnabar #EA4C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 66.86%
G = 21.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA4C28 (or 0xEA4C28) is known color: Cinnabar. HEX triplet: EA, 4C and 28. RGB value is (234,76,40). Sum of RGB (Red+Green+Blue) = 234+76+40=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4C28 is #15B3D7. Grayscale: #777777. Windows color (decimal): -1422296 or 2641130. OLE color: 2641130.

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

Color convert

RGB 234 76 40 -
CMYK 0 0.68 0.83 0.08
HSL 11.13º 0.82% 0.54% -
HSV(B) 11.13º 0.83% 0.92% -
XYZ 36.9 22.81 4.47 -
YUV 119.14 83.35 209.93 -
System Red Green Blue C M Y K H S L
Decimal 234 76 40 0 0.68 0.83 0.08 11.13 0.82 0.54
Hex EA 4C 28 0 44 53 8 B 52 36
Octal 352 114 50 0 104 123 10 13 122 66
Binary 11101010 1001100 101000 0 1000100 1010011 1000 1011 1010010 110110

Color Harmonies of #EA4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C28

Black with #EA4C28

Text Example


Text Example

White with #EA4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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