Html Css Color HEX #D0144D Crimson

📋 copy color: '#D0144D'

red 208 ◦ green 20 ◦ blue 77

#D0144D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D0144D

Tints of Crimson #D0144D

RGB

 RED value IS 208 (81.64% from 255) = 68.2%

 GREEN value IS 20 (8.2% from 255) = 6.56%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 68.2%
G = 6.56%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0144D (or 0xD0144D) is known color: 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

RGB 208 20 77 -
CMYK 0 0.90 0.63 0.18
HSL 341.81º 0.82% 0.45% -
HSV(B) 341.81º 0.9% 0.82% -
XYZ 27.6 14.45 8.35 -
YUV 82.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 208 20 77 0 0.90 0.63 0.18 341.81 0.82 0.45
Hex D0 14 4D 0 5A 3F 12 156 52 2D
Octal 320 24 115 0 132 77 22 526 122 55
Binary 11010000 10100 1001101 0 1011010 111111 10010 101010110 1010010 101101

Color Harmonies of #D0144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0144D

Black with #D0144D

Text Example


Text Example

White with #D0144D

Text Example


Text Example

HTML Codes & Css Web 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>