Html Css Color HEX #D91F41 Crimson

📋 copy color: '#D91F41'

red 217 ◦ green 31 ◦ blue 65

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

Shades of Crimson #D91F41

Tints of Crimson #D91F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 69.33%
G = 9.9%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91F41 (or 0xD91F41) is known color: Crimson. HEX triplet: D9, 1F and 41. RGB value is (217,31,65). Sum of RGB (Red+Green+Blue) = 217+31+65=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91F41 is #26E0BE. Grayscale: #5A5A5A. Windows color (decimal): -2547903 or 4267993. OLE color: 4267993.

HSL color Cylindrical-coordinate representation of color #D91F41: hue angle of 349.03º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F41 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 31 65 -
CMYK 0 0.86 0.70 0.15
HSL 349.03º 0.75% 0.49% -
HSV(B) 349.03º 0.86% 0.85% -
XYZ 30.06 16.11 6.53 -
YUV 90.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 217 31 65 0 0.86 0.70 0.15 349.03 0.75 0.49
Hex D9 1F 41 0 56 46 F 15D 4B 31
Octal 331 37 101 0 126 106 17 535 113 61
Binary 11011001 11111 1000001 0 1010110 1000110 1111 101011101 1001011 110001

Color Harmonies of #D91F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F41

Black with #D91F41

Text Example


Text Example

White with #D91F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F41; }

 p { color: rgb(217,31,65); }

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

background-color css

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

 a { background-color: rgb(217,31,65); }

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

border-color css

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

 span { border-color: rgb(217,31,65); }

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