#D60130

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

Shades of Crimson #D60130

Tints of Crimson #D60130

Color information

#D60130 (or 0xD60130) is unknown color: approx Crimson. HEX triplet: D6, 01 and 30. RGB value is (214,1,48). Sum of RGB (Red+Green+Blue) = 214+1+48=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D60130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60130 is #29FECF. Grayscale: #464646. Windows color (decimal): -2752208 or 3146198. OLE color: 3146198.

HSL color Cylindrical-coordinate representation of color #D60130: hue angle of 346.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60130 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB214148-
CMYK01.000.780.16
HSL346.76º99.07%42.16%-
HSV(B)346.76º99.53%83.92%-
XYZ28.2814.534.11-
YUV70.04115.57230.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 81.37%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=81.37%
G=0.38%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414801.000.780.16346.7699.0742.16
HexD61300644E1015b632a
Octal32616001441162053314352
Binary110101101110000011001001001110100001010110111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60130; }

 p { color: rgb(214,1,48); }

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

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

 a { background-color: rgb(214,1,48); }

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

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

 span { border-color: rgb(214,1,48); }

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