Html Css Color HEX #D91938 Crimson

📋 copy color: '#D91938'

red 217 ◦ green 25 ◦ blue 56

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

Shades of Crimson #D91938

Tints of Crimson #D91938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 72.82%
G = 8.39%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D91938 (or 0xD91938) is known color: Crimson. HEX triplet: D9, 19 and 38. RGB value is (217,25,56). Sum of RGB (Red+Green+Blue) = 217+25+56=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D91938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91938 is #26E6C7. Grayscale: #565656. Windows color (decimal): -2549448 or 3676633. OLE color: 3676633.

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

Color convert

RGB 217 25 56 -
CMYK 0 0.88 0.74 0.15
HSL 350.31º 0.79% 0.47% -
HSV(B) 350.31º 0.88% 0.85% -
XYZ 29.68 15.73 5.21 -
YUV 85.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 217 25 56 0 0.88 0.74 0.15 350.31 0.79 0.47
Hex D9 19 38 0 58 4A F 15E 4F 2F
Octal 331 31 70 0 130 112 17 536 117 57
Binary 11011001 11001 111000 0 1011000 1001010 1111 101011110 1001111 101111

Color Harmonies of #D91938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91938

Black with #D91938

Text Example


Text Example

White with #D91938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91938; }

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

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

background-color css

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

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

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

border-color css

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

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

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