Html Css Color HEX #EB2D20 Cinnabar

📋 copy color: '#EB2D20'

red 235 ◦ green 45 ◦ blue 32

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

Shades of Cinnabar #EB2D20

Tints of Cinnabar #EB2D20

RGB

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

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

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

R = 75.32%
G = 14.42%
B = 10.26%

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

#EB2D20 (or 0xEB2D20) is known color: Cinnabar. HEX triplet: EB, 2D and 20. RGB value is (235,45,32). Sum of RGB (Red+Green+Blue) = 235+45+32=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D20 is #14D2DF. Grayscale: #646464. Windows color (decimal): -1364704 or 2108907. OLE color: 2108907.

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

Color convert

RGB 235 45 32 -
CMYK 0 0.81 0.86 0.08
HSL 3.84º 0.84% 0.52% -
HSV(B) 3.84º 0.86% 0.92% -
XYZ 35.46 19.64 3.29 -
YUV 100.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 235 45 32 0 0.81 0.86 0.08 3.84 0.84 0.52
Hex EB 2D 20 0 51 56 8 4 54 34
Octal 353 55 40 0 121 126 10 4 124 64
Binary 11101011 101101 100000 0 1010001 1010110 1000 100 1010100 110100

Color Harmonies of #EB2D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D20

Black with #EB2D20

Text Example


Text Example

White with #EB2D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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