Html Css Color HEX #D91631 Crimson

📋 copy color: '#D91631'

red 217 ◦ green 22 ◦ blue 49

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

Shades of Crimson #D91631

Tints of Crimson #D91631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

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

R = 75.35%
G = 7.64%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91631 (or 0xD91631) is known color: Crimson. HEX triplet: D9, 16 and 31. RGB value is (217,22,49). Sum of RGB (Red+Green+Blue) = 217+22+49=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D91631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91631 is #26E9CE. Grayscale: #535353. Windows color (decimal): -2550223 or 3217113. OLE color: 3217113.

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

Color convert

RGB 217 22 49 -
CMYK 0 0.90 0.77 0.15
HSL 351.69º 0.82% 0.47% -
HSV(B) 351.69º 0.9% 0.85% -
XYZ 29.46 15.55 4.35 -
YUV 83.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 217 22 49 0 0.90 0.77 0.15 351.69 0.82 0.47
Hex D9 16 31 0 5A 4D F 160 52 2F
Octal 331 26 61 0 132 115 17 540 122 57
Binary 11011001 10110 110001 0 1011010 1001101 1111 101100000 1010010 101111

Color Harmonies of #D91631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91631

Black with #D91631

Text Example


Text Example

White with #D91631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91631; }

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

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

background-color css

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

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

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

border-color css

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

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

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