Html Css Color HEX #D72148 Crimson

📋 copy color: '#D72148'

red 215 ◦ green 33 ◦ blue 72

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

Shades of Crimson #D72148

Tints of Crimson #D72148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 67.19%
G = 10.31%
B = 22.5%

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

#D72148 (or 0xD72148) is known color: Crimson. HEX triplet: D7, 21 and 48. RGB value is (215,33,72). Sum of RGB (Red+Green+Blue) = 215+33+72=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72148 is #28DEB7. Grayscale: #5B5B5B. Windows color (decimal): -2678456 or 4727255. OLE color: 4727255.

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

Color convert

RGB 215 33 72 -
CMYK 0 0.85 0.67 0.16
HSL 347.14º 0.73% 0.49% -
HSV(B) 347.14º 0.85% 0.84% -
XYZ 29.74 16 7.65 -
YUV 91.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 215 33 72 0 0.85 0.67 0.16 347.14 0.73 0.49
Hex D7 21 48 0 55 43 10 15B 49 31
Octal 327 41 110 0 125 103 20 533 111 61
Binary 11010111 100001 1001000 0 1010101 1000011 10000 101011011 1001001 110001

Color Harmonies of #D72148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72148

Black with #D72148

Text Example


Text Example

White with #D72148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72148; }

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

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

background-color css

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

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

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

border-color css

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

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

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