#DF4341

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

Shades of Cinnabar #DF4341

Tints of Cinnabar #DF4341

Color information

#DF4341 (or 0xDF4341) is unknown color: approx Cinnabar. HEX triplet: DF, 43 and 41. RGB value is (223,67,65). Sum of RGB (Red+Green+Blue) = 223+67+65=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4341 is #20BCBE. Grayscale: #717171. Windows color (decimal): -2145471 or 4277215. OLE color: 4277215.

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

Color convert

RGB2236765-
CMYK00.700.710.13
HSL0.76º71.17%56.47%-
HSV(B)0.76º70.85%87.45%-
XYZ33.3920.087.12-
YUV113.42100.68206.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.82%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=62.82%
G=18.87%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223676500.700.710.130.7671.1756.47
HexDF434104647D14738
Octal337103101010610715110770
Binary1101111110000111000001010001101000111110111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4341; }

 p { color: rgb(223,67,65); }

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

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

 a { background-color: rgb(223,67,65); }

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

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

 span { border-color: rgb(223,67,65); }

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