Html Css Color HEX #D91832 Crimson

📋 copy color: '#D91832'

red 217 ◦ green 24 ◦ blue 50

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

Shades of Crimson #D91832

Tints of Crimson #D91832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 74.57%
G = 8.25%
B = 17.18%

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

#D91832 (or 0xD91832) is known color: Crimson. HEX triplet: D9, 18 and 32. RGB value is (217,24,50). Sum of RGB (Red+Green+Blue) = 217+24+50=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91832 is #26E7CD. Grayscale: #545454. Windows color (decimal): -2549710 or 3283161. OLE color: 3283161.

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

Color convert

RGB 217 24 50 -
CMYK 0 0.89 0.77 0.15
HSL 351.92º 0.8% 0.47% -
HSV(B) 351.92º 0.89% 0.85% -
XYZ 29.52 15.64 4.48 -
YUV 84.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 217 24 50 0 0.89 0.77 0.15 351.92 0.8 0.47
Hex D9 18 32 0 59 4D F 160 50 2F
Octal 331 30 62 0 131 115 17 540 120 57
Binary 11011001 11000 110010 0 1011001 1001101 1111 101100000 1010000 101111

Color Harmonies of #D91832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91832

Black with #D91832

Text Example


Text Example

White with #D91832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91832; }

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

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

background-color css

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

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

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

border-color css

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

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

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