#DF0B36

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

Shades of Crimson #DF0B36

Tints of Crimson #DF0B36

Color information

#DF0B36 (or 0xDF0B36) is unknown color: approx Crimson. HEX triplet: DF, 0B and 36. RGB value is (223,11,54). Sum of RGB (Red+Green+Blue) = 223+11+54=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B36 is #20F4C9. Grayscale: #4F4F4F. Windows color (decimal): -2159818 or 3541983. OLE color: 3541983.

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

Color convert

RGB2231154-
CMYK00.950.760.13
HSL347.83º90.6%45.88%-
HSV(B)347.83º95.07%87.45%-
XYZ31.2216.194.97-
YUV79.29113.74230.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 77.43%
GREEN value IS 11 (4.69% from 255) = 3.82%
BLUE value IS 54 (21.48% from 255) = 18.75%
R=77.43%
G=3.82%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223115400.950.760.13347.8390.645.88
HexDFB3605F4CD15c5b2e
Octal337136601371141553413356
Binary11011111101111011001011111100110011011010111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0B36; }

 p { color: rgb(223,11,54); }

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

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

 a { background-color: rgb(223,11,54); }

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

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

 span { border-color: rgb(223,11,54); }

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