Html Css Color HEX #D91541 Crimson

📋 copy color: '#D91541'

red 217 ◦ green 21 ◦ blue 65

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

Shades of Crimson #D91541

Tints of Crimson #D91541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 71.62%
G = 6.93%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91541 (or 0xD91541) is known color: Crimson. HEX triplet: D9, 15 and 41. RGB value is (217,21,65). Sum of RGB (Red+Green+Blue) = 217+21+65=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D91541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91541 is #26EABE. Grayscale: #545454. Windows color (decimal): -2550463 or 4265433. OLE color: 4265433.

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

Color convert

RGB 217 21 65 -
CMYK 0 0.90 0.70 0.15
HSL 346.53º 0.82% 0.47% -
HSV(B) 346.53º 0.9% 0.85% -
XYZ 29.84 15.67 6.45 -
YUV 84.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 217 21 65 0 0.90 0.70 0.15 346.53 0.82 0.47
Hex D9 15 41 0 5A 46 F 15B 52 2F
Octal 331 25 101 0 132 106 17 533 122 57
Binary 11011001 10101 1000001 0 1011010 1000110 1111 101011011 1010010 101111

Color Harmonies of #D91541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91541

Black with #D91541

Text Example


Text Example

White with #D91541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91541; }

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

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

background-color css

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

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

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

border-color css

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

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

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