Html Css Color HEX #EB2424 Cinnabar

📋 copy color: '#EB2424'

red 235 ◦ green 36 ◦ blue 36

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

Shades of Cinnabar #EB2424

Tints of Cinnabar #EB2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 76.55%
G = 11.73%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB2424 (or 0xEB2424) is known color: Cinnabar. HEX triplet: EB, 24 and 24. RGB value is (235,36,36). Sum of RGB (Red+Green+Blue) = 235+36+36=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2424 is #14DBDB. Grayscale: #5F5F5F. Windows color (decimal): -1367004 or 2368747. OLE color: 2368747.

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

Color convert

RGB 235 36 36 -
CMYK 0 0.85 0.85 0.08
HSL 0.83% 0.53% -
HSV(B) 0.85% 0.92% -
XYZ 35.21 19.05 3.49 -
YUV 95.5 94.43 227.5 -
System Red Green Blue C M Y K H S L
Decimal 235 36 36 0 0.85 0.85 0.08 0 0.83 0.53
Hex EB 24 24 0 55 55 8 0 53 35
Octal 353 44 44 0 125 125 10 0 123 65
Binary 11101011 100100 100100 0 1010101 1010101 1000 0 1010011 110101

Color Harmonies of #EB2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2424

Black with #EB2424

Text Example


Text Example

White with #EB2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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