Html Css Color HEX #EA3618 Cinnabar

📋 copy color: '#EA3618'

red 234 ◦ green 54 ◦ blue 24

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

Shades of Cinnabar #EA3618

Tints of Cinnabar #EA3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 75%
G = 17.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3618 (or 0xEA3618) is known color: Cinnabar. HEX triplet: EA, 36 and 18. RGB value is (234,54,24). Sum of RGB (Red+Green+Blue) = 234+54+24=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3618 is #15C9E7. Grayscale: #686868. Windows color (decimal): -1427944 or 1586922. OLE color: 1586922.

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

Color convert

RGB 234 54 24 -
CMYK 0 0.77 0.90 0.08
HSL 8.57º 0.83% 0.51% -
HSV(B) 8.57º 0.9% 0.92% -
XYZ 35.42 20.2 2.9 -
YUV 104.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 234 54 24 0 0.77 0.90 0.08 8.57 0.83 0.51
Hex EA 36 18 0 4D 5A 8 9 53 33
Octal 352 66 30 0 115 132 10 11 123 63
Binary 11101010 110110 11000 0 1001101 1011010 1000 1001 1010011 110011

Color Harmonies of #EA3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3618

Black with #EA3618

Text Example


Text Example

White with #EA3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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