Html Css Color HEX #D91332 Crimson

📋 copy color: '#D91332'

red 217 ◦ green 19 ◦ blue 50

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

Shades of Crimson #D91332

Tints of Crimson #D91332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 75.87%
G = 6.64%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91332 (or 0xD91332) is known color: Crimson. HEX triplet: D9, 13 and 32. RGB value is (217,19,50). Sum of RGB (Red+Green+Blue) = 217+19+50=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D91332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91332 is #26ECCD. Grayscale: #515151. Windows color (decimal): -2550990 or 3281881. OLE color: 3281881.

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

Color convert

RGB 217 19 50 -
CMYK 0 0.91 0.77 0.15
HSL 350.61º 0.84% 0.46% -
HSV(B) 350.61º 0.91% 0.85% -
XYZ 29.42 15.45 4.45 -
YUV 81.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 217 19 50 0 0.91 0.77 0.15 350.61 0.84 0.46
Hex D9 13 32 0 5B 4D F 15F 54 2E
Octal 331 23 62 0 133 115 17 537 124 56
Binary 11011001 10011 110010 0 1011011 1001101 1111 101011111 1010100 101110

Color Harmonies of #D91332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91332

Black with #D91332

Text Example


Text Example

White with #D91332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91332; }

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

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

background-color css

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

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

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

border-color css

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

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

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