Html Css Color HEX #EB3220 Cinnabar

📋 copy color: '#EB3220'

red 235 ◦ green 50 ◦ blue 32

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

Shades of Cinnabar #EB3220

Tints of Cinnabar #EB3220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 74.13%
G = 15.77%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB3220 (or 0xEB3220) is known color: Cinnabar. HEX triplet: EB, 32 and 20. RGB value is (235,50,32). Sum of RGB (Red+Green+Blue) = 235+50+32=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3220 is #14CDDF. Grayscale: #676767. Windows color (decimal): -1363424 or 2110187. OLE color: 2110187.

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

Color convert

RGB 235 50 32 -
CMYK 0 0.79 0.86 0.08
HSL 5.32º 0.84% 0.52% -
HSV(B) 5.32º 0.86% 0.92% -
XYZ 35.66 20.05 3.36 -
YUV 103.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 235 50 32 0 0.79 0.86 0.08 5.32 0.84 0.52
Hex EB 32 20 0 4F 56 8 5 54 34
Octal 353 62 40 0 117 126 10 5 124 64
Binary 11101011 110010 100000 0 1001111 1010110 1000 101 1010100 110100

Color Harmonies of #EB3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3220

Black with #EB3220

Text Example


Text Example

White with #EB3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3220; }

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

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

background-color css

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

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

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

border-color css

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

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

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