Html Css Color HEX #D71141 Crimson

📋 copy color: '#D71141'

red 215 ◦ green 17 ◦ blue 65

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

Shades of Crimson #D71141

Tints of Crimson #D71141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 72.39%
G = 5.72%
B = 21.89%

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

#D71141 (or 0xD71141) is known color: Crimson. HEX triplet: D7, 11 and 41. RGB value is (215,17,65). Sum of RGB (Red+Green+Blue) = 215+17+65=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D71141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71141 is #28EEBE. Grayscale: #515151. Windows color (decimal): -2682559 or 4264407. OLE color: 4264407.

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

Color convert

RGB 215 17 65 -
CMYK 0 0.92 0.70 0.16
HSL 345.45º 0.85% 0.45% -
HSV(B) 345.45º 0.92% 0.84% -
XYZ 29.18 15.23 6.4 -
YUV 81.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 215 17 65 0 0.92 0.70 0.16 345.45 0.85 0.45
Hex D7 11 41 0 5C 46 10 159 55 2D
Octal 327 21 101 0 134 106 20 531 125 55
Binary 11010111 10001 1000001 0 1011100 1000110 10000 101011001 1010101 101101

Color Harmonies of #D71141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71141

Black with #D71141

Text Example


Text Example

White with #D71141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71141; }

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

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

background-color css

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

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

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

border-color css

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

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

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