Html Css Color HEX #EB2320 Cinnabar

📋 copy color: '#EB2320'

red 235 ◦ green 35 ◦ blue 32

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

Shades of Cinnabar #EB2320

Tints of Cinnabar #EB2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 77.81%
G = 11.59%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2320 (or 0xEB2320) is known color: Cinnabar. HEX triplet: EB, 23 and 20. RGB value is (235,35,32). Sum of RGB (Red+Green+Blue) = 235+35+32=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2320 is #14DCDF. Grayscale: #5E5E5E. Windows color (decimal): -1367264 or 2106347. OLE color: 2106347.

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

Color convert

RGB 235 35 32 -
CMYK 0 0.85 0.86 0.08
HSL 0.89º 0.84% 0.52% -
HSV(B) 0.89º 0.86% 0.92% -
XYZ 35.12 18.97 3.18 -
YUV 94.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 235 35 32 0 0.85 0.86 0.08 0.89 0.84 0.52
Hex EB 23 20 0 55 56 8 1 54 34
Octal 353 43 40 0 125 126 10 1 124 64
Binary 11101011 100011 100000 0 1010101 1010110 1000 1 1010100 110100

Color Harmonies of #EB2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2320

Black with #EB2320

Text Example


Text Example

White with #EB2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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