Html Css Color HEX #D72045 Crimson

📋 copy color: '#D72045'

red 215 ◦ green 32 ◦ blue 69

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

Shades of Crimson #D72045

Tints of Crimson #D72045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 68.04%
G = 10.13%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D72045 (or 0xD72045) is known color: Crimson. HEX triplet: D7, 20 and 45. RGB value is (215,32,69). Sum of RGB (Red+Green+Blue) = 215+32+69=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D72045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72045 is #28DFBA. Grayscale: #5A5A5A. Windows color (decimal): -2678715 or 4530391. OLE color: 4530391.

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

Color convert

RGB 215 32 69 -
CMYK 0 0.85 0.68 0.16
HSL 347.87º 0.74% 0.48% -
HSV(B) 347.87º 0.85% 0.84% -
XYZ 29.62 15.91 7.14 -
YUV 90.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 215 32 69 0 0.85 0.68 0.16 347.87 0.74 0.48
Hex D7 20 45 0 55 44 10 15C 4A 30
Octal 327 40 105 0 125 104 20 534 112 60
Binary 11010111 100000 1000101 0 1010101 1000100 10000 101011100 1001010 110000

Color Harmonies of #D72045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72045

Black with #D72045

Text Example


Text Example

White with #D72045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72045; }

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

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

background-color css

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

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

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

border-color css

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

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

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