Html Css Color HEX #EB2322 Cinnabar

📋 copy color: '#EB2322'

red 235 ◦ green 35 ◦ blue 34

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

Shades of Cinnabar #EB2322

Tints of Cinnabar #EB2322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 77.3%
G = 11.51%
B = 11.18%

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

#EB2322 (or 0xEB2322) is known color: Cinnabar. HEX triplet: EB, 23 and 22. RGB value is (235,35,34). Sum of RGB (Red+Green+Blue) = 235+35+34=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2322 is #14DCDD. Grayscale: #5E5E5E. Windows color (decimal): -1367262 or 2237419. OLE color: 2237419.

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

Color convert

RGB 235 35 34 -
CMYK 0 0.85 0.86 0.08
HSL 0.3º 0.83% 0.53% -
HSV(B) 0.3º 0.86% 0.92% -
XYZ 35.15 18.98 3.32 -
YUV 94.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 235 35 34 0 0.85 0.86 0.08 0.3 0.83 0.53
Hex EB 23 22 0 55 56 8 0 53 35
Octal 353 43 42 0 125 126 10 0 123 65
Binary 11101011 100011 100010 0 1010101 1010110 1000 0 1010011 110101

Color Harmonies of #EB2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2322

Black with #EB2322

Text Example


Text Example

White with #EB2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2322; }

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

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

background-color css

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

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

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

border-color css

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

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

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