Html Css Color HEX #EA3818 Cinnabar

📋 copy color: '#EA3818'

red 234 ◦ green 56 ◦ blue 24

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

Shades of Cinnabar #EA3818

Tints of Cinnabar #EA3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 74.52%
G = 17.83%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3818 (or 0xEA3818) is known color: Cinnabar. HEX triplet: EA, 38 and 18. RGB value is (234,56,24). Sum of RGB (Red+Green+Blue) = 234+56+24=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3818 is #15C7E7. Grayscale: #696969. Windows color (decimal): -1427432 or 1587434. OLE color: 1587434.

HSL color Cylindrical-coordinate representation of color #EA3818: hue angle of 9.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3818 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 56 24 -
CMYK 0 0.76 0.90 0.08
HSL 9.14º 0.83% 0.51% -
HSV(B) 9.14º 0.9% 0.92% -
XYZ 35.51 20.39 2.93 -
YUV 105.57 81.97 219.6 -
System Red Green Blue C M Y K H S L
Decimal 234 56 24 0 0.76 0.90 0.08 9.14 0.83 0.51
Hex EA 38 18 0 4C 5A 8 9 53 33
Octal 352 70 30 0 114 132 10 11 123 63
Binary 11101010 111000 11000 0 1001100 1011010 1000 1001 1010011 110011

Color Harmonies of #EA3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3818

Black with #EA3818

Text Example


Text Example

White with #EA3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3818; }

 p { color: rgb(234,56,24); }

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

background-color css

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

 a { background-color: rgb(234,56,24); }

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

border-color css

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

 span { border-color: rgb(234,56,24); }

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