#DF092A

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

Shades of Crimson #DF092A

Tints of Crimson #DF092A

Color information

#DF092A (or 0xDF092A) is unknown color: approx Crimson. HEX triplet: DF, 09 and 2A. RGB value is (223,9,42). Sum of RGB (Red+Green+Blue) = 223+9+42=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF092A is #20F6D5. Grayscale: #4C4C4C. Windows color (decimal): -2160342 or 2755039. OLE color: 2755039.

HSL color Cylindrical-coordinate representation of color #DF092A: hue angle of 350.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF092A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB223942-
CMYK00.960.810.13
HSL350.75º92.24%45.49%-
HSV(B)350.75º95.96%87.45%-
XYZ30.9516.053.66-
YUV76.75108.4232.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.39%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=81.39%
G=3.28%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22394200.960.810.13350.7592.2445.49
HexDF92A06051D15f5c2d
Octal337115201401211553713455
Binary11011111100110101001100000101000111011010111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF092A; }

 p { color: rgb(223,9,42); }

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

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

 a { background-color: rgb(223,9,42); }

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

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

 span { border-color: rgb(223,9,42); }

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