#D60B30

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

Shades of Crimson #D60B30

Tints of Crimson #D60B30

Color information

#D60B30 (or 0xD60B30) is unknown color: approx Crimson. HEX triplet: D6, 0B and 30. RGB value is (214,11,48). Sum of RGB (Red+Green+Blue) = 214+11+48=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B30 is #29F4CF. Grayscale: #4B4B4B. Windows color (decimal): -2749648 or 3148758. OLE color: 3148758.

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

Color convert

RGB2141148-
CMYK00.950.780.16
HSL349.06º90.22%44.12%-
HSV(B)349.06º94.86%83.92%-
XYZ28.3814.754.15-
YUV75.91112.25226.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=78.39%
G=4.03%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214114800.950.780.16349.0690.2244.12
HexD6B3005F4E1015d5a2c
Octal326136001371162053513254
Binary110101101011110000010111111001110100001010111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60B30; }

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

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

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

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

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

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

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

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