Html Css Color HEX #EB2A20 Cinnabar

📋 copy color: '#EB2A20'

red 235 ◦ green 42 ◦ blue 32

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

Shades of Cinnabar #EB2A20

Tints of Cinnabar #EB2A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 76.05%
G = 13.59%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2A20 (or 0xEB2A20) is known color: Cinnabar. HEX triplet: EB, 2A and 20. RGB value is (235,42,32). Sum of RGB (Red+Green+Blue) = 235+42+32=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A20 is #14D5DF. Grayscale: #626262. Windows color (decimal): -1365472 or 2108139. OLE color: 2108139.

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

Color convert

RGB 235 42 32 -
CMYK 0 0.82 0.86 0.08
HSL 2.96º 0.84% 0.52% -
HSV(B) 2.96º 0.86% 0.92% -
XYZ 35.35 19.42 3.25 -
YUV 98.57 90.44 225.31 -
System Red Green Blue C M Y K H S L
Decimal 235 42 32 0 0.82 0.86 0.08 2.96 0.84 0.52
Hex EB 2A 20 0 52 56 8 3 54 34
Octal 353 52 40 0 122 126 10 3 124 64
Binary 11101011 101010 100000 0 1010010 1010110 1000 11 1010100 110100

Color Harmonies of #EB2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A20

Black with #EB2A20

Text Example


Text Example

White with #EB2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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