Html Css Color HEX #D9113A Crimson

📋 copy color: '#D9113A'

red 217 ◦ green 17 ◦ blue 58

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

Shades of Crimson #D9113A

Tints of Crimson #D9113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 74.32%
G = 5.82%
B = 19.86%

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

#D9113A (or 0xD9113A) is known color: Crimson. HEX triplet: D9, 11 and 3A. RGB value is (217,17,58). Sum of RGB (Red+Green+Blue) = 217+17+58=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D9113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9113A is #26EEC5. Grayscale: #515151. Windows color (decimal): -2551494 or 3805657. OLE color: 3805657.

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

Color convert

RGB 217 17 58 -
CMYK 0 0.92 0.73 0.15
HSL 347.7º 0.85% 0.46% -
HSV(B) 347.7º 0.92% 0.85% -
XYZ 29.58 15.46 5.43 -
YUV 81.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 217 17 58 0 0.92 0.73 0.15 347.7 0.85 0.46
Hex D9 11 3A 0 5C 49 F 15C 55 2E
Octal 331 21 72 0 134 111 17 534 125 56
Binary 11011001 10001 111010 0 1011100 1001001 1111 101011100 1010101 101110

Color Harmonies of #D9113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9113A

Black with #D9113A

Text Example


Text Example

White with #D9113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9113A; }

 p { color: rgb(217,17,58); }

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

background-color css

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

 a { background-color: rgb(217,17,58); }

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

border-color css

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

 span { border-color: rgb(217,17,58); }

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