Html Css Color HEX #EB2E20 Cinnabar

📋 copy color: '#EB2E20'

red 235 ◦ green 46 ◦ blue 32

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

Shades of Cinnabar #EB2E20

Tints of Cinnabar #EB2E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

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

R = 75.08%
G = 14.7%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2E20 (or 0xEB2E20) is known color: Cinnabar. HEX triplet: EB, 2E and 20. RGB value is (235,46,32). Sum of RGB (Red+Green+Blue) = 235+46+32=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E20 is #14D1DF. Grayscale: #656565. Windows color (decimal): -1364448 or 2109163. OLE color: 2109163.

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

Color convert

RGB 235 46 32 -
CMYK 0 0.80 0.86 0.08
HSL 4.14º 0.84% 0.52% -
HSV(B) 4.14º 0.86% 0.92% -
XYZ 35.5 19.72 3.3 -
YUV 100.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 235 46 32 0 0.80 0.86 0.08 4.14 0.84 0.52
Hex EB 2E 20 0 50 56 8 4 54 34
Octal 353 56 40 0 120 126 10 4 124 64
Binary 11101011 101110 100000 0 1010000 1010110 1000 100 1010100 110100

Color Harmonies of #EB2E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E20

Black with #EB2E20

Text Example


Text Example

White with #EB2E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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