Html Css Color HEX #D9142E Crimson

📋 copy color: '#D9142E'

red 217 ◦ green 20 ◦ blue 46

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

Shades of Crimson #D9142E

Tints of Crimson #D9142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 76.68%
G = 7.07%
B = 16.25%

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

#D9142E (or 0xD9142E) is known color: Crimson. HEX triplet: D9, 14 and 2E. RGB value is (217,20,46). Sum of RGB (Red+Green+Blue) = 217+20+46=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142E is #26EBD1. Grayscale: #515151. Windows color (decimal): -2550738 or 3019993. OLE color: 3019993.

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

Color convert

RGB 217 20 46 -
CMYK 0 0.91 0.79 0.15
HSL 352.08º 0.83% 0.46% -
HSV(B) 352.08º 0.91% 0.85% -
XYZ 29.36 15.45 4.02 -
YUV 81.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 217 20 46 0 0.91 0.79 0.15 352.08 0.83 0.46
Hex D9 14 2E 0 5B 4F F 160 53 2E
Octal 331 24 56 0 133 117 17 540 123 56
Binary 11011001 10100 101110 0 1011011 1001111 1111 101100000 1010011 101110

Color Harmonies of #D9142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9142E

Black with #D9142E

Text Example


Text Example

White with #D9142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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