Html Css Color HEX #D8163F Crimson

📋 copy color: '#D8163F'

red 216 ◦ green 22 ◦ blue 63

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

Shades of Crimson #D8163F

Tints of Crimson #D8163F

RGB

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

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

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

R = 71.76%
G = 7.31%
B = 20.93%

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

#D8163F (or 0xD8163F) is known color: Crimson. HEX triplet: D8, 16 and 3F. RGB value is (216,22,63). Sum of RGB (Red+Green+Blue) = 216+22+63=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8163F is #27E9C0. Grayscale: #545454. Windows color (decimal): -2615745 or 4134616. OLE color: 4134616.

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

Color convert

RGB 216 22 63 -
CMYK 0 0.90 0.71 0.15
HSL 347.32º 0.82% 0.47% -
HSV(B) 347.32º 0.9% 0.85% -
XYZ 29.5 15.53 6.15 -
YUV 84.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 216 22 63 0 0.90 0.71 0.15 347.32 0.82 0.47
Hex D8 16 3F 0 5A 47 F 15B 52 2F
Octal 330 26 77 0 132 107 17 533 122 57
Binary 11011000 10110 111111 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #D8163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8163F

Black with #D8163F

Text Example


Text Example

White with #D8163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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