#DF3D31

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

Shades of Cinnabar #DF3D31

Tints of Cinnabar #DF3D31

Color information

#DF3D31 (or 0xDF3D31) is unknown color: approx Cinnabar. HEX triplet: DF, 3D and 31. RGB value is (223,61,49). Sum of RGB (Red+Green+Blue) = 223+61+49=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D31 is #20C2CE. Grayscale: #6C6C6C. Windows color (decimal): -2147023 or 3227103. OLE color: 3227103.

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

Color convert

RGB2236149-
CMYK00.730.780.13
HSL4.14º73.11%53.33%-
HSV(B)4.14º78.03%87.45%-
XYZ32.6519.254.9-
YUV108.0794.67209.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.97%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 49 (19.53% from 255) = 14.71%
R=66.97%
G=18.32%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223614900.730.780.134.1473.1153.33
HexDF3D310494ED44935
Octal3377561011111615411165
Binary1101111111110111000101001001100111011011001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3D31; }

 p { color: rgb(223,61,49); }

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

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

 a { background-color: rgb(223,61,49); }

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

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

 span { border-color: rgb(223,61,49); }

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