#DF423B

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

Shades of Cinnabar #DF423B

Tints of Cinnabar #DF423B

Color information

#DF423B (or 0xDF423B) is unknown color: approx Cinnabar. HEX triplet: DF, 42 and 3B. RGB value is (223,66,59). Sum of RGB (Red+Green+Blue) = 223+66+59=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF423B is #20BDC4. Grayscale: #707070. Windows color (decimal): -2145733 or 3883743. OLE color: 3883743.

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

Color convert

RGB2236659-
CMYK00.700.740.13
HSL2.56º71.93%55.29%-
HSV(B)2.56º73.54%87.45%-
XYZ33.1719.96.23-
YUV112.1498.01207.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 64.08%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=64.08%
G=18.97%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223665900.700.740.132.5671.9355.29
HexDF423B0464AD34837
Octal33710273010611215311067
Binary1101111110000101110110100011010010101101111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF423B; }

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

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

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

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

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

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

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

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