#DF4745

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

Shades of Cinnabar #DF4745

Tints of Cinnabar #DF4745

Color information

#DF4745 (or 0xDF4745) is unknown color: approx Cinnabar. HEX triplet: DF, 47 and 45. RGB value is (223,71,69). Sum of RGB (Red+Green+Blue) = 223+71+69=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4745 is #20B8BA. Grayscale: #747474. Windows color (decimal): -2144443 or 4540383. OLE color: 4540383.

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

Color convert

RGB2237169-
CMYK00.680.690.13
HSL0.78º70.64%57.25%-
HSV(B)0.78º69.06%87.45%-
XYZ33.7620.627.83-
YUV116.22101.36204.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.43%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=61.43%
G=19.56%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223716900.680.690.130.7870.6457.25
HexDF474504445D14739
Octal337107105010410515110771
Binary1101111110001111000101010001001000101110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4745; }

 p { color: rgb(223,71,69); }

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

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

 a { background-color: rgb(223,71,69); }

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

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

 span { border-color: rgb(223,71,69); }

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