#D60B4A

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

Shades of Crimson #D60B4A

Tints of Crimson #D60B4A

Color information

#D60B4A (or 0xD60B4A) is unknown color: approx Crimson. HEX triplet: D6, 0B and 4A. RGB value is (214,11,74). Sum of RGB (Red+Green+Blue) = 214+11+74=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B4A is #29F4B5. Grayscale: #4E4E4E. Windows color (decimal): -2749622 or 4852694. OLE color: 4852694.

HSL color Cylindrical-coordinate representation of color #D60B4A: hue angle of 341.38º degrees, saturation: 0.9, 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 #D60B4A is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2141174-
CMYK00.950.650.16
HSL341.38º90.22%44.12%-
HSV(B)341.38º94.86%83.92%-
XYZ29.0915.037.85-
YUV78.88125.25224.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.57%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=71.57%
G=3.68%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214117400.950.650.16341.3890.2244.12
HexD6B4A05F41101555a2c
Octal3261311201371012052513254
Binary1101011010111001010010111111000001100001010101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B4A; }

 p { color: rgb(214,11,74); }

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

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

 a { background-color: rgb(214,11,74); }

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

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

 span { border-color: rgb(214,11,74); }

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