#D0144D

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

Shades of Crimson #D0144D

Tints of Crimson #D0144D

Color information

#D0144D (or 0xD0144D) is unknown color: approx Crimson. HEX triplet: D0, 14 and 4D. RGB value is (208,20,77). Sum of RGB (Red+Green+Blue) = 208+20+77=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0144D is #2FEBB2. Grayscale: #525252. Windows color (decimal): -3140531 or 5051600. OLE color: 5051600.

HSL color Cylindrical-coordinate representation of color #D0144D: hue angle of 341.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0144D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB2082077-
CMYK00.900.630.18
HSL341.81º82.46%44.71%-
HSV(B)341.81º90.38%81.57%-
XYZ27.614.458.35-
YUV82.71124.78217.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 68.20%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=68.20%
G=6.56%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208207700.900.630.18341.8182.4644.71
HexD0144D05A3F12156522d
Octal320241150132772252612255
Binary1101000010100100110101011010111111100101010101101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0144D; }

 p { color: rgb(208,20,77); }

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

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

 a { background-color: rgb(208,20,77); }

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

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

 span { border-color: rgb(208,20,77); }

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