Html Css Color HEX #D71B49 Crimson

📋 copy color: '#D71B49'

red 215 ◦ green 27 ◦ blue 73

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

Shades of Crimson #D71B49

Tints of Crimson #D71B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 68.25%
G = 8.57%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D71B49 (or 0xD71B49) is known color: Crimson. HEX triplet: D7, 1B and 49. RGB value is (215,27,73). Sum of RGB (Red+Green+Blue) = 215+27+73=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B49 is #28E4B6. Grayscale: #585858. Windows color (decimal): -2679991 or 4791255. OLE color: 4791255.

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

Color convert

RGB 215 27 73 -
CMYK 0 0.87 0.66 0.16
HSL 345.32º 0.78% 0.47% -
HSV(B) 345.32º 0.87% 0.84% -
XYZ 29.62 15.71 7.77 -
YUV 88.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 215 27 73 0 0.87 0.66 0.16 345.32 0.78 0.47
Hex D7 1B 49 0 57 42 10 159 4E 2F
Octal 327 33 111 0 127 102 20 531 116 57
Binary 11010111 11011 1001001 0 1010111 1000010 10000 101011001 1001110 101111

Color Harmonies of #D71B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B49

Black with #D71B49

Text Example


Text Example

White with #D71B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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