Html Css Color HEX #D9163F Crimson

📋 copy color: '#D9163F'

red 217 ◦ green 22 ◦ blue 63

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

Shades of Crimson #D9163F

Tints of Crimson #D9163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 71.85%
G = 7.28%
B = 20.86%

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

#D9163F (or 0xD9163F) is known color: Crimson. HEX triplet: D9, 16 and 3F. RGB value is (217,22,63). Sum of RGB (Red+Green+Blue) = 217+22+63=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163F is #26E9C0. Grayscale: #555555. Windows color (decimal): -2550209 or 4134617. OLE color: 4134617.

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

Color convert

RGB 217 22 63 -
CMYK 0 0.90 0.71 0.15
HSL 347.38º 0.82% 0.47% -
HSV(B) 347.38º 0.9% 0.85% -
XYZ 29.8 15.68 6.16 -
YUV 84.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 217 22 63 0 0.90 0.71 0.15 347.38 0.82 0.47
Hex D9 16 3F 0 5A 47 F 15B 52 2F
Octal 331 26 77 0 132 107 17 533 122 57
Binary 11011001 10110 111111 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #D9163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9163F

Black with #D9163F

Text Example


Text Example

White with #D9163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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