#DF481B

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

Shades of Cinnabar #DF481B

Tints of Cinnabar #DF481B

Color information

#DF481B (or 0xDF481B) is unknown color: approx Cinnabar. HEX triplet: DF, 48 and 1B. RGB value is (223,72,27). Sum of RGB (Red+Green+Blue) = 223+72+27=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF481B is #20B7E4. Grayscale: #707070. Windows color (decimal): -2144229 or 1788127. OLE color: 1788127.

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

Color convert

RGB2237227-
CMYK00.680.880.13
HSL13.78º78.4%49.02%-
HSV(B)13.78º87.89%87.45%-
XYZ32.9520.43.24-
YUV112.0280.03207.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.25%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=69.25%
G=22.36%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223722700.680.880.1313.7878.449.02
HexDF481B04458De4e31
Octal337110330104130151611661
Binary11011111100100011011010001001011000110111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF481B; }

 p { color: rgb(223,72,27); }

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

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

 a { background-color: rgb(223,72,27); }

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

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

 span { border-color: rgb(223,72,27); }

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