Html Css Color HEX #EB2824 Cinnabar

📋 copy color: '#EB2824'

red 235 ◦ green 40 ◦ blue 36

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

Shades of Cinnabar #EB2824

Tints of Cinnabar #EB2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 75.56%
G = 12.86%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB2824 (or 0xEB2824) is known color: Cinnabar. HEX triplet: EB, 28 and 24. RGB value is (235,40,36). Sum of RGB (Red+Green+Blue) = 235+40+36=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2824 is #14D7DB. Grayscale: #626262. Windows color (decimal): -1365980 or 2369771. OLE color: 2369771.

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

Color convert

RGB 235 40 36 -
CMYK 0 0.83 0.85 0.08
HSL 1.21º 0.83% 0.53% -
HSV(B) 1.21º 0.85% 0.92% -
XYZ 35.34 19.31 3.53 -
YUV 97.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 235 40 36 0 0.83 0.85 0.08 1.21 0.83 0.53
Hex EB 28 24 0 53 55 8 1 53 35
Octal 353 50 44 0 123 125 10 1 123 65
Binary 11101011 101000 100100 0 1010011 1010101 1000 1 1010011 110101

Color Harmonies of #EB2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2824

Black with #EB2824

Text Example


Text Example

White with #EB2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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