Html Css Color HEX #D91C3C Crimson

📋 copy color: '#D91C3C'

red 217 ◦ green 28 ◦ blue 60

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

Shades of Crimson #D91C3C

Tints of Crimson #D91C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 71.15%
G = 9.18%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D91C3C (or 0xD91C3C) is known color: Crimson. HEX triplet: D9, 1C and 3C. RGB value is (217,28,60). Sum of RGB (Red+Green+Blue) = 217+28+60=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C3C is #26E3C3. Grayscale: #585858. Windows color (decimal): -2548676 or 3939545. OLE color: 3939545.

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

Color convert

RGB 217 28 60 -
CMYK 0 0.87 0.72 0.15
HSL 349.84º 0.77% 0.48% -
HSV(B) 349.84º 0.87% 0.85% -
XYZ 29.85 15.91 5.77 -
YUV 88.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 217 28 60 0 0.87 0.72 0.15 349.84 0.77 0.48
Hex D9 1C 3C 0 57 48 F 15E 4D 30
Octal 331 34 74 0 127 110 17 536 115 60
Binary 11011001 11100 111100 0 1010111 1001000 1111 101011110 1001101 110000

Color Harmonies of #D91C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C3C

Black with #D91C3C

Text Example


Text Example

White with #D91C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C3C; }

 p { color: rgb(217,28,60); }

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

background-color css

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

 a { background-color: rgb(217,28,60); }

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

border-color css

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

 span { border-color: rgb(217,28,60); }

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