Html Css Color HEX #D71941 Crimson

📋 copy color: '#D71941'

red 215 ◦ green 25 ◦ blue 65

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

Shades of Crimson #D71941

Tints of Crimson #D71941

RGB

 RED value IS 215 (84.38% from 255) = 70.49%

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

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

R = 70.49%
G = 8.2%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71941 (or 0xD71941) is known color: Crimson. HEX triplet: D7, 19 and 41. RGB value is (215,25,65). Sum of RGB (Red+Green+Blue) = 215+25+65=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71941 is #28E6BE. Grayscale: #565656. Windows color (decimal): -2680511 or 4266455. OLE color: 4266455.

HSL color Cylindrical-coordinate representation of color #D71941: hue angle of 347.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71941 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 65 -
CMYK 0 0.88 0.70 0.16
HSL 347.37º 0.79% 0.47% -
HSV(B) 347.37º 0.88% 0.84% -
XYZ 29.33 15.52 6.45 -
YUV 86.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 215 25 65 0 0.88 0.70 0.16 347.37 0.79 0.47
Hex D7 19 41 0 58 46 10 15B 4F 2F
Octal 327 31 101 0 130 106 20 533 117 57
Binary 11010111 11001 1000001 0 1011000 1000110 10000 101011011 1001111 101111

Color Harmonies of #D71941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71941

Black with #D71941

Text Example


Text Example

White with #D71941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71941; }

 p { color: rgb(215,25,65); }

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

background-color css

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

 a { background-color: rgb(215,25,65); }

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

border-color css

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

 span { border-color: rgb(215,25,65); }

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