Html Css Color HEX #EA3928 Cinnabar

📋 copy color: '#EA3928'

red 234 ◦ green 57 ◦ blue 40

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

Shades of Cinnabar #EA3928

Tints of Cinnabar #EA3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 70.69%
G = 17.22%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA3928 (or 0xEA3928) is known color: Cinnabar. HEX triplet: EA, 39 and 28. RGB value is (234,57,40). Sum of RGB (Red+Green+Blue) = 234+57+40=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3928 is #15C6D7. Grayscale: #6C6C6C. Windows color (decimal): -1427160 or 2636266. OLE color: 2636266.

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

Color convert

RGB 234 57 40 -
CMYK 0 0.76 0.83 0.08
HSL 5.26º 0.82% 0.54% -
HSV(B) 5.26º 0.83% 0.92% -
XYZ 35.78 20.57 4.09 -
YUV 107.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 234 57 40 0 0.76 0.83 0.08 5.26 0.82 0.54
Hex EA 39 28 0 4C 53 8 5 52 36
Octal 352 71 50 0 114 123 10 5 122 66
Binary 11101010 111001 101000 0 1001100 1010011 1000 101 1010010 110110

Color Harmonies of #EA3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3928

Black with #EA3928

Text Example


Text Example

White with #EA3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3928; }

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

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

background-color css

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

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

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

border-color css

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

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

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