Html Css Color HEX #EB2D24 Cinnabar

📋 copy color: '#EB2D24'

red 235 ◦ green 45 ◦ blue 36

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

Shades of Cinnabar #EB2D24

Tints of Cinnabar #EB2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 74.37%
G = 14.24%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB2D24 (or 0xEB2D24) is known color: Cinnabar. HEX triplet: EB, 2D and 24. RGB value is (235,45,36). Sum of RGB (Red+Green+Blue) = 235+45+36=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D24 is #14D2DB. Grayscale: #656565. Windows color (decimal): -1364700 or 2371051. OLE color: 2371051.

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

Color convert

RGB 235 45 36 -
CMYK 0 0.81 0.85 0.08
HSL 2.71º 0.83% 0.53% -
HSV(B) 2.71º 0.85% 0.92% -
XYZ 35.52 19.67 3.59 -
YUV 100.78 91.45 223.73 -
System Red Green Blue C M Y K H S L
Decimal 235 45 36 0 0.81 0.85 0.08 2.71 0.83 0.53
Hex EB 2D 24 0 51 55 8 3 53 35
Octal 353 55 44 0 121 125 10 3 123 65
Binary 11101011 101101 100100 0 1010001 1010101 1000 11 1010011 110101

Color Harmonies of #EB2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D24

Black with #EB2D24

Text Example


Text Example

White with #EB2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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