Html Css Color HEX #D71248 Crimson

📋 copy color: '#D71248'

red 215 ◦ green 18 ◦ blue 72

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

Shades of Crimson #D71248

Tints of Crimson #D71248

RGB

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

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

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

R = 70.49%
G = 5.9%
B = 23.61%

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

#D71248 (or 0xD71248) is known color: Crimson. HEX triplet: D7, 12 and 48. RGB value is (215,18,72). Sum of RGB (Red+Green+Blue) = 215+18+72=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71248 is #28EDB7. Grayscale: #535353. Windows color (decimal): -2682296 or 4723415. OLE color: 4723415.

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

Color convert

RGB 215 18 72 -
CMYK 0 0.92 0.67 0.16
HSL 343.55º 0.85% 0.46% -
HSV(B) 343.55º 0.92% 0.84% -
XYZ 29.41 15.35 7.54 -
YUV 83.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 215 18 72 0 0.92 0.67 0.16 343.55 0.85 0.46
Hex D7 12 48 0 5C 43 10 158 55 2E
Octal 327 22 110 0 134 103 20 530 125 56
Binary 11010111 10010 1001000 0 1011100 1000011 10000 101011000 1010101 101110

Color Harmonies of #D71248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71248

Black with #D71248

Text Example


Text Example

White with #D71248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71248; }

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

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

background-color css

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

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

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

border-color css

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

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

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