#DF082A

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

Shades of Crimson #DF082A

Tints of Crimson #DF082A

Color information

#DF082A (or 0xDF082A) is unknown color: approx Crimson. HEX triplet: DF, 08 and 2A. RGB value is (223,8,42). Sum of RGB (Red+Green+Blue) = 223+8+42=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF082A is #20F7D5. Grayscale: #4C4C4C. Windows color (decimal): -2160598 or 2754783. OLE color: 2754783.

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

Color convert

RGB223842-
CMYK00.960.810.13
HSL350.51º93.07%45.29%-
HSV(B)350.51º96.41%87.45%-
XYZ30.9416.033.65-
YUV76.16108.73232.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.68%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=81.68%
G=2.93%
B=15.38%

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
Decimal22384200.960.810.13350.5193.0745.29
HexDF82A06051D15f5d2d
Octal337105201401211553713555
Binary11011111100010101001100000101000111011010111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF082A; }

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

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

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

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

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

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

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

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