#DE3B34

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

Shades of Cinnabar #DE3B34

Tints of Cinnabar #DE3B34

Color information

#DE3B34 (or 0xDE3B34) is unknown color: approx Cinnabar. HEX triplet: DE, 3B and 34. RGB value is (222,59,52). Sum of RGB (Red+Green+Blue) = 222+59+52=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3B34 is #21C4CB. Grayscale: #6B6B6B. Windows color (decimal): -2213068 or 3423198. OLE color: 3423198.

HSL color Cylindrical-coordinate representation of color #DE3B34: hue angle of 2.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3B34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB2225952-
CMYK00.730.770.13
HSL2.47º72.03%53.73%-
HSV(B)2.47º76.58%87.06%-
XYZ32.3118.915.2-
YUV106.9497210.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.67%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=66.67%
G=17.72%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222595200.730.770.132.4772.0353.73
HexDE3B340494DD24836
Octal3367364011111515211066
Binary110111101110111101000100100110011011101101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3B34; }

 p { color: rgb(222,59,52); }

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

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

 a { background-color: rgb(222,59,52); }

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

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

 span { border-color: rgb(222,59,52); }

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