Html Css Color HEX #D91E41 Crimson

📋 copy color: '#D91E41'

red 217 ◦ green 30 ◦ blue 65

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

Shades of Crimson #D91E41

Tints of Crimson #D91E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

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

R = 69.55%
G = 9.62%
B = 20.83%

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

#D91E41 (or 0xD91E41) is known color: Crimson. HEX triplet: D9, 1E and 41. RGB value is (217,30,65). Sum of RGB (Red+Green+Blue) = 217+30+65=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E41 is #26E1BE. Grayscale: #595959. Windows color (decimal): -2548159 or 4267737. OLE color: 4267737.

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

Color convert

RGB 217 30 65 -
CMYK 0 0.86 0.70 0.15
HSL 348.77º 0.76% 0.48% -
HSV(B) 348.77º 0.86% 0.85% -
XYZ 30.03 16.06 6.52 -
YUV 89.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 217 30 65 0 0.86 0.70 0.15 348.77 0.76 0.48
Hex D9 1E 41 0 56 46 F 15D 4C 30
Octal 331 36 101 0 126 106 17 535 114 60
Binary 11011001 11110 1000001 0 1010110 1000110 1111 101011101 1001100 110000

Color Harmonies of #D91E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E41

Black with #D91E41

Text Example


Text Example

White with #D91E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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