Html Css Color HEX #D9142D Crimson

📋 copy color: '#D9142D'

red 217 ◦ green 20 ◦ blue 45

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

Shades of Crimson #D9142D

Tints of Crimson #D9142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 76.95%
G = 7.09%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9142D (or 0xD9142D) is known color: Crimson. HEX triplet: D9, 14 and 2D. RGB value is (217,20,45). Sum of RGB (Red+Green+Blue) = 217+20+45=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142D is #26EBD2. Grayscale: #515151. Windows color (decimal): -2550739 or 2954457. OLE color: 2954457.

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

Color convert

RGB 217 20 45 -
CMYK 0 0.91 0.79 0.15
HSL 352.39º 0.83% 0.46% -
HSV(B) 352.39º 0.91% 0.85% -
XYZ 29.34 15.44 3.92 -
YUV 81.75 107.27 224.47 -
System Red Green Blue C M Y K H S L
Decimal 217 20 45 0 0.91 0.79 0.15 352.39 0.83 0.46
Hex D9 14 2D 0 5B 4F F 160 53 2E
Octal 331 24 55 0 133 117 17 540 123 56
Binary 11011001 10100 101101 0 1011011 1001111 1111 101100000 1010011 101110

Color Harmonies of #D9142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9142D

Black with #D9142D

Text Example


Text Example

White with #D9142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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