Html Css Color HEX #D91932 Crimson

📋 copy color: '#D91932'

red 217 ◦ green 25 ◦ blue 50

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

Shades of Crimson #D91932

Tints of Crimson #D91932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 74.32%
G = 8.56%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91932 (or 0xD91932) is known color: Crimson. HEX triplet: D9, 19 and 32. RGB value is (217,25,50). Sum of RGB (Red+Green+Blue) = 217+25+50=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91932 is #26E6CD. Grayscale: #555555. Windows color (decimal): -2549454 or 3283417. OLE color: 3283417.

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

Color convert

RGB 217 25 50 -
CMYK 0 0.88 0.77 0.15
HSL 352.19º 0.79% 0.47% -
HSV(B) 352.19º 0.88% 0.85% -
XYZ 29.54 15.68 4.49 -
YUV 85.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 217 25 50 0 0.88 0.77 0.15 352.19 0.79 0.47
Hex D9 19 32 0 58 4D F 160 4F 2F
Octal 331 31 62 0 130 115 17 540 117 57
Binary 11011001 11001 110010 0 1011000 1001101 1111 101100000 1001111 101111

Color Harmonies of #D91932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91932

Black with #D91932

Text Example


Text Example

White with #D91932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91932; }

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

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

background-color css

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

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

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

border-color css

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

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

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