#D80F42

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

Shades of Crimson #D80F42

Tints of Crimson #D80F42

Color information

#D80F42 (or 0xD80F42) is unknown color: approx Crimson. HEX triplet: D8, 0F and 42. RGB value is (216,15,66). Sum of RGB (Red+Green+Blue) = 216+15+66=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F42 is #27F0BD. Grayscale: #505050. Windows color (decimal): -2617534 or 4329432. OLE color: 4329432.

HSL color Cylindrical-coordinate representation of color #D80F42: hue angle of 344.78º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F42 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2161566-
CMYK00.930.690.15
HSL344.78º87.01%45.29%-
HSV(B)344.78º93.06%84.71%-
XYZ29.4715.336.56-
YUV80.91119.59224.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 72.73%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=72.73%
G=5.05%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216156600.930.690.15344.7887.0145.29
HexD8F4205D45F159572d
Octal3301710201351051753112755
Binary110110001111100001001011101100010111111010110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80F42; }

 p { color: rgb(216,15,66); }

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

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

 a { background-color: rgb(216,15,66); }

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

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

 span { border-color: rgb(216,15,66); }

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