#D60A3F

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

Shades of Crimson #D60A3F

Tints of Crimson #D60A3F

Color information

#D60A3F (or 0xD60A3F) is unknown color: approx Crimson. HEX triplet: D6, 0A and 3F. RGB value is (214,10,63). Sum of RGB (Red+Green+Blue) = 214+10+63=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A3F is #29F5C0. Grayscale: #4D4D4D. Windows color (decimal): -2749889 or 4131542. OLE color: 4131542.

HSL color Cylindrical-coordinate representation of color #D60A3F: hue angle of 344.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A3F is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2141063-
CMYK00.950.710.16
HSL344.41º91.07%43.92%-
HSV(B)344.41º95.33%83.92%-
XYZ28.7414.876.06-
YUV77.04120.09225.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 74.56%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 63 (25% from 255) = 21.95%
R=74.56%
G=3.48%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214106300.950.710.16344.4191.0743.92
HexD6A3F05F47101585b2c
Octal326127701371072053013354
Binary110101101010111111010111111000111100001010110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60A3F; }

 p { color: rgb(214,10,63); }

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

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

 a { background-color: rgb(214,10,63); }

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

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

 span { border-color: rgb(214,10,63); }

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