Html Css Color HEX #D8163D Crimson

📋 copy color: '#D8163D'

red 216 ◦ green 22 ◦ blue 61

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

Shades of Crimson #D8163D

Tints of Crimson #D8163D

RGB

 RED value IS 216 (84.77% from 255) = 72.24%

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

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

R = 72.24%
G = 7.36%
B = 20.4%

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

#D8163D (or 0xD8163D) is known color: Crimson. HEX triplet: D8, 16 and 3D. RGB value is (216,22,61). Sum of RGB (Red+Green+Blue) = 216+22+61=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8163D is #27E9C2. Grayscale: #545454. Windows color (decimal): -2615747 or 4003544. OLE color: 4003544.

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

Color convert

RGB 216 22 61 -
CMYK 0 0.90 0.72 0.15
HSL 347.94º 0.82% 0.47% -
HSV(B) 347.94º 0.9% 0.85% -
XYZ 29.45 15.51 5.86 -
YUV 84.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 216 22 61 0 0.90 0.72 0.15 347.94 0.82 0.47
Hex D8 16 3D 0 5A 48 F 15C 52 2F
Octal 330 26 75 0 132 110 17 534 122 57
Binary 11011000 10110 111101 0 1011010 1001000 1111 101011100 1010010 101111

Color Harmonies of #D8163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8163D

Black with #D8163D

Text Example


Text Example

White with #D8163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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