Html Css Color HEX #D71B48 Crimson

📋 copy color: '#D71B48'

red 215 ◦ green 27 ◦ blue 72

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

Shades of Crimson #D71B48

Tints of Crimson #D71B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 68.47%
G = 8.6%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D71B48 (or 0xD71B48) is known color: Crimson. HEX triplet: D7, 1B and 48. RGB value is (215,27,72). Sum of RGB (Red+Green+Blue) = 215+27+72=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B48 is #28E4B7. Grayscale: #585858. Windows color (decimal): -2679992 or 4725719. OLE color: 4725719.

HSL color Cylindrical-coordinate representation of color #D71B48: hue angle of 345.64º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71B48 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 27 72 -
CMYK 0 0.87 0.67 0.16
HSL 345.64º 0.78% 0.47% -
HSV(B) 345.64º 0.87% 0.84% -
XYZ 29.59 15.7 7.6 -
YUV 88.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 215 27 72 0 0.87 0.67 0.16 345.64 0.78 0.47
Hex D7 1B 48 0 57 43 10 15A 4E 2F
Octal 327 33 110 0 127 103 20 532 116 57
Binary 11010111 11011 1001000 0 1010111 1000011 10000 101011010 1001110 101111

Color Harmonies of #D71B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B48

Black with #D71B48

Text Example


Text Example

White with #D71B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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