Html Css Color HEX #EB2A28 Cinnabar

📋 copy color: '#EB2A28'

red 235 ◦ green 42 ◦ blue 40

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

Shades of Cinnabar #EB2A28

Tints of Cinnabar #EB2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

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

R = 74.13%
G = 13.25%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2A28 (or 0xEB2A28) is known color: Cinnabar. HEX triplet: EB, 2A and 28. RGB value is (235,42,40). Sum of RGB (Red+Green+Blue) = 235+42+40=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A28 is #14D5D7. Grayscale: #636363. Windows color (decimal): -1365464 or 2632427. OLE color: 2632427.

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

Color convert

RGB 235 42 40 -
CMYK 0 0.82 0.83 0.08
HSL 0.62º 0.83% 0.54% -
HSV(B) 0.62º 0.83% 0.92% -
XYZ 35.47 19.47 3.9 -
YUV 99.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 235 42 40 0 0.82 0.83 0.08 0.62 0.83 0.54
Hex EB 2A 28 0 52 53 8 1 53 36
Octal 353 52 50 0 122 123 10 1 123 66
Binary 11101011 101010 101000 0 1010010 1010011 1000 1 1010011 110110

Color Harmonies of #EB2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A28

Black with #EB2A28

Text Example


Text Example

White with #EB2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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