Html Css Color HEX #D91D40 Crimson

📋 copy color: '#D91D40'

red 217 ◦ green 29 ◦ blue 64

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

Shades of Crimson #D91D40

Tints of Crimson #D91D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 70%
G = 9.35%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D91D40 (or 0xD91D40) is known color: Crimson. HEX triplet: D9, 1D and 40. RGB value is (217,29,64). Sum of RGB (Red+Green+Blue) = 217+29+64=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D40 is #26E2BF. Grayscale: #595959. Windows color (decimal): -2548416 or 4201945. OLE color: 4201945.

HSL color Cylindrical-coordinate representation of color #D91D40: hue angle of 348.83º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91D40 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 64 -
CMYK 0 0.87 0.71 0.15
HSL 348.83º 0.76% 0.48% -
HSV(B) 348.83º 0.87% 0.85% -
XYZ 29.98 16 6.36 -
YUV 89.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 217 29 64 0 0.87 0.71 0.15 348.83 0.76 0.48
Hex D9 1D 40 0 57 47 F 15D 4C 30
Octal 331 35 100 0 127 107 17 535 114 60
Binary 11011001 11101 1000000 0 1010111 1000111 1111 101011101 1001100 110000

Color Harmonies of #D91D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D40

Black with #D91D40

Text Example


Text Example

White with #D91D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D40; }

 p { color: rgb(217,29,64); }

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

background-color css

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

 a { background-color: rgb(217,29,64); }

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

border-color css

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

 span { border-color: rgb(217,29,64); }

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