Html Css Color HEX #D71548 Crimson

📋 copy color: '#D71548'

red 215 ◦ green 21 ◦ blue 72

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

Shades of Crimson #D71548

Tints of Crimson #D71548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 69.81%
G = 6.82%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D71548 (or 0xD71548) is known color: Crimson. HEX triplet: D7, 15 and 48. RGB value is (215,21,72). Sum of RGB (Red+Green+Blue) = 215+21+72=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D71548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71548 is #28EAB7. Grayscale: #545454. Windows color (decimal): -2681528 or 4724183. OLE color: 4724183.

HSL color Cylindrical-coordinate representation of color #D71548: hue angle of 344.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71548 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 72 -
CMYK 0 0.90 0.67 0.16
HSL 344.23º 0.82% 0.46% -
HSV(B) 344.23º 0.9% 0.84% -
XYZ 29.46 15.45 7.56 -
YUV 84.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 215 21 72 0 0.90 0.67 0.16 344.23 0.82 0.46
Hex D7 15 48 0 5A 43 10 158 52 2E
Octal 327 25 110 0 132 103 20 530 122 56
Binary 11010111 10101 1001000 0 1011010 1000011 10000 101011000 1010010 101110

Color Harmonies of #D71548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71548

Black with #D71548

Text Example


Text Example

White with #D71548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71548; }

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

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

background-color css

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

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

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

border-color css

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

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

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