Html Css Color HEX #D9144D Crimson

📋 copy color: '#D9144D'

red 217 ◦ green 20 ◦ blue 77

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

Shades of Crimson #D9144D

Tints of Crimson #D9144D

RGB

 RED value IS 217 (85.16% from 255) = 69.11%

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

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

R = 69.11%
G = 6.37%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9144D (or 0xD9144D) is known color: Crimson. HEX triplet: D9, 14 and 4D. RGB value is (217,20,77). Sum of RGB (Red+Green+Blue) = 217+20+77=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D9144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9144D is #26EBB2. Grayscale: #555555. Windows color (decimal): -2550707 or 5051609. OLE color: 5051609.

HSL color Cylindrical-coordinate representation of color #D9144D: hue angle of 342.64º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9144D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 77 -
CMYK 0 0.91 0.65 0.15
HSL 342.64º 0.83% 0.46% -
HSV(B) 342.64º 0.91% 0.85% -
XYZ 30.2 15.79 8.48 -
YUV 85.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 217 20 77 0 0.91 0.65 0.15 342.64 0.83 0.46
Hex D9 14 4D 0 5B 41 F 157 53 2E
Octal 331 24 115 0 133 101 17 527 123 56
Binary 11011001 10100 1001101 0 1011011 1000001 1111 101010111 1010011 101110

Color Harmonies of #D9144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9144D

Black with #D9144D

Text Example


Text Example

White with #D9144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9144D; }

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

 H1.HeaderClassName
 {
   color: #D9144D;
 }
 .AnyTagClassName
 {
   color: #D9144D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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