Html Css Color HEX #D91931 Crimson

📋 copy color: '#D91931'

red 217 ◦ green 25 ◦ blue 49

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

Shades of Crimson #D91931

Tints of Crimson #D91931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 74.57%
G = 8.59%
B = 16.84%

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

#D91931 (or 0xD91931) is known color: Crimson. HEX triplet: D9, 19 and 31. RGB value is (217,25,49). Sum of RGB (Red+Green+Blue) = 217+25+49=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91931 is #26E6CE. Grayscale: #555555. Windows color (decimal): -2549455 or 3217881. OLE color: 3217881.

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

Color convert

RGB 217 25 49 -
CMYK 0 0.88 0.77 0.15
HSL 352.5º 0.79% 0.47% -
HSV(B) 352.5º 0.88% 0.85% -
XYZ 29.52 15.67 4.37 -
YUV 85.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 217 25 49 0 0.88 0.77 0.15 352.5 0.79 0.47
Hex D9 19 31 0 58 4D F 160 4F 2F
Octal 331 31 61 0 130 115 17 540 117 57
Binary 11011001 11001 110001 0 1011000 1001101 1111 101100000 1001111 101111

Color Harmonies of #D91931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91931

Black with #D91931

Text Example


Text Example

White with #D91931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91931; }

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

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

background-color css

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

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

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

border-color css

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

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

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