Html Css Color HEX #EB3E18 Cinnabar

📋 copy color: '#EB3E18'

red 235 ◦ green 62 ◦ blue 24

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

Shades of Cinnabar #EB3E18

Tints of Cinnabar #EB3E18

RGB

 RED value IS 235 (92.19% from 255) = 73.21%

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 73.21%
G = 19.31%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB3E18 (or 0xEB3E18) is known color: Cinnabar. HEX triplet: EB, 3E and 18. RGB value is (235,62,24). Sum of RGB (Red+Green+Blue) = 235+62+24=321 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.21% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB3E18 is #14C1E7. Grayscale: #6D6D6D. Windows color (decimal): -1360360 or 1588971. OLE color: 1588971.

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

Color convert

RGB 235 62 24 -
CMYK 0 0.74 0.90 0.08
HSL 10.81º 0.84% 0.51% -
HSV(B) 10.81º 0.9% 0.92% -
XYZ 36.15 21.17 3.05 -
YUV 109.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 235 62 24 0 0.74 0.90 0.08 10.81 0.84 0.51
Hex EB 3E 18 0 4A 5A 8 B 54 33
Octal 353 76 30 0 112 132 10 13 124 63
Binary 11101011 111110 11000 0 1001010 1011010 1000 1011 1010100 110011

Color Harmonies of #EB3E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3E18

Black with #EB3E18

Text Example


Text Example

White with #EB3E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3E18; }

 p { color: rgb(235,62,24); }

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

background-color css

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

 a { background-color: rgb(235,62,24); }

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

border-color css

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

 span { border-color: rgb(235,62,24); }

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