Html Css Color HEX #EB4024 Cinnabar

📋 copy color: '#EB4024'

red 235 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #EB4024

Tints of Cinnabar #EB4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 70.15%
G = 19.1%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB4024 (or 0xEB4024) is known color: Cinnabar. HEX triplet: EB, 40 and 24. RGB value is (235,64,36). Sum of RGB (Red+Green+Blue) = 235+64+36=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4024 is #14BFDB. Grayscale: #707070. Windows color (decimal): -1359836 or 2375915. OLE color: 2375915.

HSL color Cylindrical-coordinate representation of color #EB4024: hue angle of 8.44º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB4024 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 36 -
CMYK 0 0.73 0.85 0.08
HSL 8.44º 0.83% 0.53% -
HSV(B) 8.44º 0.85% 0.92% -
XYZ 36.41 21.46 3.89 -
YUV 111.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 235 64 36 0 0.73 0.85 0.08 8.44 0.83 0.53
Hex EB 40 24 0 49 55 8 8 53 35
Octal 353 100 44 0 111 125 10 10 123 65
Binary 11101011 1000000 100100 0 1001001 1010101 1000 1000 1010011 110101

Color Harmonies of #EB4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4024

Black with #EB4024

Text Example


Text Example

White with #EB4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4024; }

 p { color: rgb(235,64,36); }

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

background-color css

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

 a { background-color: rgb(235,64,36); }

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

border-color css

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

 span { border-color: rgb(235,64,36); }

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