Html Css Color HEX #EB2828 Cinnabar

📋 copy color: '#EB2828'

red 235 ◦ green 40 ◦ blue 40

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

Shades of Cinnabar #EB2828

Tints of Cinnabar #EB2828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 74.6%
G = 12.7%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2828 (or 0xEB2828) is known color: Cinnabar. HEX triplet: EB, 28 and 28. RGB value is (235,40,40). Sum of RGB (Red+Green+Blue) = 235+40+40=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2828 is #14D7D7. Grayscale: #626262. Windows color (decimal): -1365976 or 2631915. OLE color: 2631915.

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

Color convert

RGB 235 40 40 -
CMYK 0 0.83 0.83 0.08
HSL 0.83% 0.54% -
HSV(B) 0.83% 0.92% -
XYZ 35.4 19.33 3.87 -
YUV 98.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 235 40 40 0 0.83 0.83 0.08 0 0.83 0.54
Hex EB 28 28 0 53 53 8 0 53 36
Octal 353 50 50 0 123 123 10 0 123 66
Binary 11101011 101000 101000 0 1010011 1010011 1000 0 1010011 110110

Color Harmonies of #EB2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2828

Black with #EB2828

Text Example


Text Example

White with #EB2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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