Html Css Color HEX #D91732 Crimson

📋 copy color: '#D91732'

red 217 ◦ green 23 ◦ blue 50

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

Shades of Crimson #D91732

Tints of Crimson #D91732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 74.83%
G = 7.93%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91732 (or 0xD91732) is known color: Crimson. HEX triplet: D9, 17 and 32. RGB value is (217,23,50). Sum of RGB (Red+Green+Blue) = 217+23+50=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91732 is #26E8CD. Grayscale: #545454. Windows color (decimal): -2549966 or 3282905. OLE color: 3282905.

HSL color Cylindrical-coordinate representation of color #D91732: hue angle of 351.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91732 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 50 -
CMYK 0 0.89 0.77 0.15
HSL 351.65º 0.81% 0.47% -
HSV(B) 351.65º 0.89% 0.85% -
XYZ 29.5 15.59 4.47 -
YUV 84.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 217 23 50 0 0.89 0.77 0.15 351.65 0.81 0.47
Hex D9 17 32 0 59 4D F 160 51 2F
Octal 331 27 62 0 131 115 17 540 121 57
Binary 11011001 10111 110010 0 1011001 1001101 1111 101100000 1010001 101111

Color Harmonies of #D91732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91732

Black with #D91732

Text Example


Text Example

White with #D91732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91732; }

 p { color: rgb(217,23,50); }

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

background-color css

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

 a { background-color: rgb(217,23,50); }

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

border-color css

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

 span { border-color: rgb(217,23,50); }

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