Html Css Color HEX #EB4118 Cinnabar

📋 copy color: '#EB4118'

red 235 ◦ green 65 ◦ blue 24

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

Shades of Cinnabar #EB4118

Tints of Cinnabar #EB4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 72.53%
G = 20.06%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB4118 (or 0xEB4118) is known color: Cinnabar. HEX triplet: EB, 41 and 18. RGB value is (235,65,24). Sum of RGB (Red+Green+Blue) = 235+65+24=324 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.53% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4118 is #14BEE7. Grayscale: #6F6F6F. Windows color (decimal): -1359592 or 1589739. OLE color: 1589739.

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

Color convert

RGB 235 65 24 -
CMYK 0 0.72 0.90 0.08
HSL 11.66º 0.84% 0.51% -
HSV(B) 11.66º 0.9% 0.92% -
XYZ 36.32 21.51 3.1 -
YUV 111.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 235 65 24 0 0.72 0.90 0.08 11.66 0.84 0.51
Hex EB 41 18 0 48 5A 8 C 54 33
Octal 353 101 30 0 110 132 10 14 124 63
Binary 11101011 1000001 11000 0 1001000 1011010 1000 1100 1010100 110011

Color Harmonies of #EB4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4118

Black with #EB4118

Text Example


Text Example

White with #EB4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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