Html Css Color HEX #EB3C24 Cinnabar

📋 copy color: '#EB3C24'

red 235 ◦ green 60 ◦ blue 36

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

Shades of Cinnabar #EB3C24

Tints of Cinnabar #EB3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 71%
G = 18.13%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB3C24 (or 0xEB3C24) is known color: Cinnabar. HEX triplet: EB, 3C and 24. RGB value is (235,60,36). Sum of RGB (Red+Green+Blue) = 235+60+36=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C24 is #14C3DB. Grayscale: #6D6D6D. Windows color (decimal): -1360860 or 2374891. OLE color: 2374891.

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

Color convert

RGB 235 60 36 -
CMYK 0 0.74 0.85 0.08
HSL 7.24º 0.83% 0.53% -
HSV(B) 7.24º 0.85% 0.92% -
XYZ 36.2 21.02 3.82 -
YUV 109.59 86.48 217.45 -
System Red Green Blue C M Y K H S L
Decimal 235 60 36 0 0.74 0.85 0.08 7.24 0.83 0.53
Hex EB 3C 24 0 4A 55 8 7 53 35
Octal 353 74 44 0 112 125 10 7 123 65
Binary 11101011 111100 100100 0 1001010 1010101 1000 111 1010011 110101

Color Harmonies of #EB3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C24

Black with #EB3C24

Text Example


Text Example

White with #EB3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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