Html Css Color HEX #D9143D Crimson

📋 copy color: '#D9143D'

red 217 ◦ green 20 ◦ blue 61

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

Shades of Crimson #D9143D

Tints of Crimson #D9143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 72.82%
G = 6.71%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9143D (or 0xD9143D) is known color: Crimson. HEX triplet: D9, 14 and 3D. RGB value is (217,20,61). Sum of RGB (Red+Green+Blue) = 217+20+61=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9143D is #26EBC2. Grayscale: #535353. Windows color (decimal): -2550723 or 4003033. OLE color: 4003033.

HSL color Cylindrical-coordinate representation of color #D9143D: hue angle of 347.51º 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 #D9143D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 61 -
CMYK 0 0.91 0.72 0.15
HSL 347.51º 0.83% 0.46% -
HSV(B) 347.51º 0.91% 0.85% -
XYZ 29.71 15.59 5.86 -
YUV 83.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 217 20 61 0 0.91 0.72 0.15 347.51 0.83 0.46
Hex D9 14 3D 0 5B 48 F 15C 53 2E
Octal 331 24 75 0 133 110 17 534 123 56
Binary 11011001 10100 111101 0 1011011 1001000 1111 101011100 1010011 101110

Color Harmonies of #D9143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9143D

Black with #D9143D

Text Example


Text Example

White with #D9143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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