#DF3B2B

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

Shades of Cinnabar #DF3B2B

Tints of Cinnabar #DF3B2B

Color information

#DF3B2B (or 0xDF3B2B) is unknown color: approx Cinnabar. HEX triplet: DF, 3B and 2B. RGB value is (223,59,43). Sum of RGB (Red+Green+Blue) = 223+59+43=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B2B is #20C4D4. Grayscale: #6A6A6A. Windows color (decimal): -2147541 or 2833375. OLE color: 2833375.

HSL color Cylindrical-coordinate representation of color #DF3B2B: hue angle of 5.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF3B2B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2235943-
CMYK00.740.810.13
HSL5.33º73.77%52.16%-
HSV(B)5.33º80.72%87.45%-
XYZ32.4318.994.24-
YUV106.2192.33211.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.62%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=68.62%
G=18.15%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223594300.740.810.135.3373.7752.16
HexDF3B2B04A51D54a34
Octal3377353011212115511264
Binary1101111111101110101101001010101000111011011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3B2B; }

 p { color: rgb(223,59,43); }

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

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

 a { background-color: rgb(223,59,43); }

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

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

 span { border-color: rgb(223,59,43); }

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