Html Css Color HEX #D91032 Crimson

📋 copy color: '#D91032'

red 217 ◦ green 16 ◦ blue 50

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

Shades of Crimson #D91032

Tints of Crimson #D91032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 76.68%
G = 5.65%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91032 (or 0xD91032) is known color: Crimson. HEX triplet: D9, 10 and 32. RGB value is (217,16,50). Sum of RGB (Red+Green+Blue) = 217+16+50=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D91032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91032 is #26EFCD. Grayscale: #505050. Windows color (decimal): -2551758 or 3281113. OLE color: 3281113.

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

Color convert

RGB 217 16 50 -
CMYK 0 0.93 0.77 0.15
HSL 349.85º 0.86% 0.46% -
HSV(B) 349.85º 0.93% 0.85% -
XYZ 29.38 15.35 4.43 -
YUV 79.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 217 16 50 0 0.93 0.77 0.15 349.85 0.86 0.46
Hex D9 10 32 0 5D 4D F 15E 56 2E
Octal 331 20 62 0 135 115 17 536 126 56
Binary 11011001 10000 110010 0 1011101 1001101 1111 101011110 1010110 101110

Color Harmonies of #D91032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91032

Black with #D91032

Text Example


Text Example

White with #D91032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91032; }

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

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

background-color css

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

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

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

border-color css

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

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

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