Html Css Color HEX #D72147 Crimson

📋 copy color: '#D72147'

red 215 ◦ green 33 ◦ blue 71

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

Shades of Crimson #D72147

Tints of Crimson #D72147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 67.4%
G = 10.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D72147 (or 0xD72147) is known color: Crimson. HEX triplet: D7, 21 and 47. RGB value is (215,33,71). Sum of RGB (Red+Green+Blue) = 215+33+71=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72147 is #28DEB8. Grayscale: #5B5B5B. Windows color (decimal): -2678457 or 4661719. OLE color: 4661719.

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

Color convert

RGB 215 33 71 -
CMYK 0 0.85 0.67 0.16
HSL 347.47º 0.73% 0.49% -
HSV(B) 347.47º 0.85% 0.84% -
XYZ 29.71 15.99 7.48 -
YUV 91.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 215 33 71 0 0.85 0.67 0.16 347.47 0.73 0.49
Hex D7 21 47 0 55 43 10 15B 49 31
Octal 327 41 107 0 125 103 20 533 111 61
Binary 11010111 100001 1000111 0 1010101 1000011 10000 101011011 1001001 110001

Color Harmonies of #D72147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72147

Black with #D72147

Text Example


Text Example

White with #D72147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72147; }

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

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

background-color css

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

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

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

border-color css

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

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

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