#DF462B

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

Shades of Cinnabar #DF462B

Tints of Cinnabar #DF462B

Color information

#DF462B (or 0xDF462B) is unknown color: approx Cinnabar. HEX triplet: DF, 46 and 2B. RGB value is (223,70,43). Sum of RGB (Red+Green+Blue) = 223+70+43=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF462B is #20B9D4. Grayscale: #707070. Windows color (decimal): -2144725 or 2836191. OLE color: 2836191.

HSL color Cylindrical-coordinate representation of color #DF462B: hue angle of 9º 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 #DF462B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2237043-
CMYK00.690.810.13
HSL73.77%52.16%-
HSV(B)80.72%87.45%-
XYZ33.0620.244.45-
YUV112.6788.69206.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 66.37%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=66.37%
G=20.83%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223704300.690.810.13973.7752.16
HexDF462B04551D94a34
Octal337106530105121151111264
Binary110111111000110101011010001011010001110110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF462B; }

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

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

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

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

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

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

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

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