#D60F2D

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

Shades of Crimson #D60F2D

Tints of Crimson #D60F2D

Color information

#D60F2D (or 0xD60F2D) is unknown color: approx Crimson. HEX triplet: D6, 0F and 2D. RGB value is (214,15,45). Sum of RGB (Red+Green+Blue) = 214+15+45=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F2D is #29F0D2. Grayscale: #4E4E4E. Windows color (decimal): -2748627 or 2953174. OLE color: 2953174.

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

Color convert

RGB2141545-
CMYK00.930.790.16
HSL350.95º86.9%44.9%-
HSV(B)350.95º92.99%83.92%-
XYZ28.3814.833.85-
YUV77.92109.43225.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=78.10%
G=5.47%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214154500.930.790.16350.9586.944.9
HexD6F2D05D4F1015f572d
Octal326175501351172053712755
Binary110101101111101101010111011001111100001010111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60F2D; }

 p { color: rgb(214,15,45); }

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

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

 a { background-color: rgb(214,15,45); }

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

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

 span { border-color: rgb(214,15,45); }

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