Html Css Color HEX #D71241 Crimson

📋 copy color: '#D71241'

red 215 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D71241

Tints of Crimson #D71241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 72.15%
G = 6.04%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71241 (or 0xD71241) is known color: Crimson. HEX triplet: D7, 12 and 41. RGB value is (215,18,65). Sum of RGB (Red+Green+Blue) = 215+18+65=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D71241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71241 is #28EDBE. Grayscale: #525252. Windows color (decimal): -2682303 or 4264663. OLE color: 4264663.

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

Color convert

RGB 215 18 65 -
CMYK 0 0.92 0.70 0.16
HSL 345.69º 0.85% 0.46% -
HSV(B) 345.69º 0.92% 0.84% -
XYZ 29.19 15.26 6.41 -
YUV 82.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 215 18 65 0 0.92 0.70 0.16 345.69 0.85 0.46
Hex D7 12 41 0 5C 46 10 15A 55 2E
Octal 327 22 101 0 134 106 20 532 125 56
Binary 11010111 10010 1000001 0 1011100 1000110 10000 101011010 1010101 101110

Color Harmonies of #D71241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71241

Black with #D71241

Text Example


Text Example

White with #D71241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71241; }

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

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

background-color css

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

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

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

border-color css

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

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

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