#EB2F2F

Color #EB2F2F Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EB2F2F

Tints of Cinnabar #EB2F2F

Color information

#EB2F2F (or 0xEB2F2F) is unknown color: approx Cinnabar. HEX triplet: EB, 2F and 2F. RGB value is (235,47,47). Sum of RGB (Red+Green+Blue) = 235+47+47=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F2F is #14D0D0. Grayscale: #676767. Windows color (decimal): -1364177 or 3092459. OLE color: 3092459.

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

Color convert

RGB2354747-
CMYK00.80.80.08
HSL82.46%55.29%-
HSV(B)80%92.16%-
XYZ35.7919.94.64-
YUV103.2196.28222-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 71.43%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=71.43%
G=14.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235474700.80.80.08082.4655.29
HexEB2F2F05050805237
Octal3535757012012010012267
Binary11101011101111101111010100001010000100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2F2F; }

 p { color: rgb(235,47,47); }

 H1.HeaderClassName
 {
   color: #EB2F2F;
 }
 .AnyTagClassName
 {
   color: #EB2F2F;
 }
</style>
background-color css

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

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

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

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

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

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