Html Css Color HEX #D71247 Crimson

📋 copy color: '#D71247'

red 215 ◦ green 18 ◦ blue 71

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

Shades of Crimson #D71247

Tints of Crimson #D71247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 70.72%
G = 5.92%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D71247 (or 0xD71247) is known color: Crimson. HEX triplet: D7, 12 and 47. RGB value is (215,18,71). Sum of RGB (Red+Green+Blue) = 215+18+71=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D71247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71247 is #28EDB8. Grayscale: #525252. Windows color (decimal): -2682297 or 4657879. OLE color: 4657879.

HSL color Cylindrical-coordinate representation of color #D71247: hue angle of 343.86º 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 #D71247 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 71 -
CMYK 0 0.92 0.67 0.16
HSL 343.86º 0.85% 0.46% -
HSV(B) 343.86º 0.92% 0.84% -
XYZ 29.38 15.33 7.37 -
YUV 82.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 215 18 71 0 0.92 0.67 0.16 343.86 0.85 0.46
Hex D7 12 47 0 5C 43 10 158 55 2E
Octal 327 22 107 0 134 103 20 530 125 56
Binary 11010111 10010 1000111 0 1011100 1000011 10000 101011000 1010101 101110

Color Harmonies of #D71247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71247

Black with #D71247

Text Example


Text Example

White with #D71247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71247; }

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

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

background-color css

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

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

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

border-color css

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

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

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