Html Css Color HEX #D72040 Crimson

📋 copy color: '#D72040'

red 215 ◦ green 32 ◦ blue 64

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

Shades of Crimson #D72040

Tints of Crimson #D72040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.29%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 69.13%
G = 10.29%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D72040 (or 0xD72040) is known color: Crimson. HEX triplet: D7, 20 and 40. RGB value is (215,32,64). Sum of RGB (Red+Green+Blue) = 215+32+64=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D72040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72040 is #28DFBF. Grayscale: #5A5A5A. Windows color (decimal): -2678720 or 4202711. OLE color: 4202711.

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

Color convert

RGB 215 32 64 -
CMYK 0 0.85 0.70 0.16
HSL 349.51º 0.74% 0.48% -
HSV(B) 349.51º 0.85% 0.84% -
XYZ 29.47 15.85 6.36 -
YUV 90.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 215 32 64 0 0.85 0.70 0.16 349.51 0.74 0.48
Hex D7 20 40 0 55 46 10 15E 4A 30
Octal 327 40 100 0 125 106 20 536 112 60
Binary 11010111 100000 1000000 0 1010101 1000110 10000 101011110 1001010 110000

Color Harmonies of #D72040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72040

Black with #D72040

Text Example


Text Example

White with #D72040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72040; }

 p { color: rgb(215,32,64); }

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

background-color css

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

 a { background-color: rgb(215,32,64); }

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

border-color css

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

 span { border-color: rgb(215,32,64); }

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