#D60B4B

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

Shades of Crimson #D60B4B

Tints of Crimson #D60B4B

Color information

#D60B4B (or 0xD60B4B) is unknown color: approx Crimson. HEX triplet: D6, 0B and 4B. RGB value is (214,11,75). Sum of RGB (Red+Green+Blue) = 214+11+75=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B4B is #29F4B4. Grayscale: #4E4E4E. Windows color (decimal): -2749621 or 4918230. OLE color: 4918230.

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

Color convert

RGB2141175-
CMYK00.950.650.16
HSL341.08º90.22%44.12%-
HSV(B)341.08º94.86%83.92%-
XYZ29.1215.048.03-
YUV78.99125.75224.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.33%
GREEN value IS 11 (4.69% from 255) = 3.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=71.33%
G=3.67%
B=25%

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
Decimal214117500.950.650.16341.0890.2244.12
HexD6B4B05F41101555a2c
Octal3261311301371012052513254
Binary1101011010111001011010111111000001100001010101011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B4B; }

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

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

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

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

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

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

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

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