Html Css Color HEX #D91D3A Crimson

📋 copy color: '#D91D3A'

red 217 ◦ green 29 ◦ blue 58

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

Shades of Crimson #D91D3A

Tints of Crimson #D91D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

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

R = 71.38%
G = 9.54%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D91D3A (or 0xD91D3A) is known color: Crimson. HEX triplet: D9, 1D and 3A. RGB value is (217,29,58). Sum of RGB (Red+Green+Blue) = 217+29+58=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D3A is #26E2C5. Grayscale: #585858. Windows color (decimal): -2548422 or 3808729. OLE color: 3808729.

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

Color convert

RGB 217 29 58 -
CMYK 0 0.87 0.73 0.15
HSL 350.74º 0.76% 0.48% -
HSV(B) 350.74º 0.87% 0.85% -
XYZ 29.82 15.94 5.51 -
YUV 88.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 217 29 58 0 0.87 0.73 0.15 350.74 0.76 0.48
Hex D9 1D 3A 0 57 49 F 15F 4C 30
Octal 331 35 72 0 127 111 17 537 114 60
Binary 11011001 11101 111010 0 1010111 1001001 1111 101011111 1001100 110000

Color Harmonies of #D91D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D3A

Black with #D91D3A

Text Example


Text Example

White with #D91D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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