Html Css Color HEX #D9163D Crimson

📋 copy color: '#D9163D'

red 217 ◦ green 22 ◦ blue 61

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

Shades of Crimson #D9163D

Tints of Crimson #D9163D

RGB

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

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

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

R = 72.33%
G = 7.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9163D (or 0xD9163D) is known color: Crimson. HEX triplet: D9, 16 and 3D. RGB value is (217,22,61). Sum of RGB (Red+Green+Blue) = 217+22+61=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9163D is #26E9C2. Grayscale: #545454. Windows color (decimal): -2550211 or 4003545. OLE color: 4003545.

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

Color convert

RGB 217 22 61 -
CMYK 0 0.90 0.72 0.15
HSL 348º 0.82% 0.47% -
HSV(B) 348º 0.9% 0.85% -
XYZ 29.74 15.66 5.87 -
YUV 84.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 217 22 61 0 0.90 0.72 0.15 348 0.82 0.47
Hex D9 16 3D 0 5A 48 F 15C 52 2F
Octal 331 26 75 0 132 110 17 534 122 57
Binary 11011001 10110 111101 0 1011010 1001000 1111 101011100 1010010 101111

Color Harmonies of #D9163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9163D

Black with #D9163D

Text Example


Text Example

White with #D9163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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