Html Css Color HEX #D9163E Crimson

📋 copy color: '#D9163E'

red 217 ◦ green 22 ◦ blue 62

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

Shades of Crimson #D9163E

Tints of Crimson #D9163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 72.09%
G = 7.31%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9163E (or 0xD9163E) is known color: Crimson. HEX triplet: D9, 16 and 3E. RGB value is (217,22,62). Sum of RGB (Red+Green+Blue) = 217+22+62=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163E is #26E9C1. Grayscale: #545454. Windows color (decimal): -2550210 or 4069081. OLE color: 4069081.

HSL color Cylindrical-coordinate representation of color #D9163E: hue angle of 347.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9163E is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 62 -
CMYK 0 0.90 0.71 0.15
HSL 347.69º 0.82% 0.47% -
HSV(B) 347.69º 0.9% 0.85% -
XYZ 29.77 15.67 6.01 -
YUV 84.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 217 22 62 0 0.90 0.71 0.15 347.69 0.82 0.47
Hex D9 16 3E 0 5A 47 F 15C 52 2F
Octal 331 26 76 0 132 107 17 534 122 57
Binary 11011001 10110 111110 0 1011010 1000111 1111 101011100 1010010 101111

Color Harmonies of #D9163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9163E

Black with #D9163E

Text Example


Text Example

White with #D9163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9163E; }

 p { color: rgb(217,22,62); }

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

background-color css

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

 a { background-color: rgb(217,22,62); }

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

border-color css

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

 span { border-color: rgb(217,22,62); }

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