Html Css Color HEX #D8113B Crimson

📋 copy color: '#D8113B'

red 216 ◦ green 17 ◦ blue 59

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

Shades of Crimson #D8113B

Tints of Crimson #D8113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 73.97%
G = 5.82%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8113B (or 0xD8113B) is known color: Crimson. HEX triplet: D8, 11 and 3B. RGB value is (216,17,59). Sum of RGB (Red+Green+Blue) = 216+17+59=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8113B is #27EEC4. Grayscale: #515151. Windows color (decimal): -2617029 or 3871192. OLE color: 3871192.

HSL color Cylindrical-coordinate representation of color #D8113B: hue angle of 347.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8113B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 59 -
CMYK 0 0.92 0.73 0.15
HSL 347.34º 0.85% 0.46% -
HSV(B) 347.34º 0.92% 0.85% -
XYZ 29.31 15.32 5.55 -
YUV 81.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 216 17 59 0 0.92 0.73 0.15 347.34 0.85 0.46
Hex D8 11 3B 0 5C 49 F 15B 55 2E
Octal 330 21 73 0 134 111 17 533 125 56
Binary 11011000 10001 111011 0 1011100 1001001 1111 101011011 1010101 101110

Color Harmonies of #D8113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8113B

Black with #D8113B

Text Example


Text Example

White with #D8113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8113B; }

 p { color: rgb(216,17,59); }

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

background-color css

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

 a { background-color: rgb(216,17,59); }

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

border-color css

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

 span { border-color: rgb(216,17,59); }

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