#D60B32

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

Shades of Crimson #D60B32

Tints of Crimson #D60B32

Color information

#D60B32 (or 0xD60B32) is unknown color: approx Crimson. HEX triplet: D6, 0B and 32. RGB value is (214,11,50). Sum of RGB (Red+Green+Blue) = 214+11+50=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B32 is #29F4CD. Grayscale: #4C4C4C. Windows color (decimal): -2749646 or 3279830. OLE color: 3279830.

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

Color convert

RGB2141150-
CMYK00.950.770.16
HSL348.47º90.22%44.12%-
HSV(B)348.47º94.86%83.92%-
XYZ28.4314.774.37-
YUV76.14113.25226.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.82%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=77.82%
G=4%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214115000.950.770.16348.4790.2244.12
HexD6B3205F4D1015c5a2c
Octal326136201371152053413254
Binary110101101011110010010111111001101100001010111001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B32; }

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

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

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

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

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

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

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

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