Html Css Color HEX #EB2D22 Cinnabar

📋 copy color: '#EB2D22'

red 235 ◦ green 45 ◦ blue 34

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

Shades of Cinnabar #EB2D22

Tints of Cinnabar #EB2D22

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 74.84%
G = 14.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB2D22 (or 0xEB2D22) is known color: Cinnabar. HEX triplet: EB, 2D and 22. RGB value is (235,45,34). Sum of RGB (Red+Green+Blue) = 235+45+34=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D22 is #14D2DD. Grayscale: #646464. Windows color (decimal): -1364702 or 2239979. OLE color: 2239979.

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

Color convert

RGB 235 45 34 -
CMYK 0 0.81 0.86 0.08
HSL 3.28º 0.83% 0.53% -
HSV(B) 3.28º 0.86% 0.92% -
XYZ 35.49 19.65 3.44 -
YUV 100.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 235 45 34 0 0.81 0.86 0.08 3.28 0.83 0.53
Hex EB 2D 22 0 51 56 8 3 53 35
Octal 353 55 42 0 121 126 10 3 123 65
Binary 11101011 101101 100010 0 1010001 1010110 1000 11 1010011 110101

Color Harmonies of #EB2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D22

Black with #EB2D22

Text Example


Text Example

White with #EB2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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