Html Css Color HEX #D71140 Crimson

📋 copy color: '#D71140'

red 215 ◦ green 17 ◦ blue 64

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

Shades of Crimson #D71140

Tints of Crimson #D71140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 72.64%
G = 5.74%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71140 (or 0xD71140) is known color: Crimson. HEX triplet: D7, 11 and 40. RGB value is (215,17,64). Sum of RGB (Red+Green+Blue) = 215+17+64=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D71140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71140 is #28EEBF. Grayscale: #515151. Windows color (decimal): -2682560 or 4198871. OLE color: 4198871.

HSL color Cylindrical-coordinate representation of color #D71140: hue angle of 345.76º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71140 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 64 -
CMYK 0 0.92 0.70 0.16
HSL 345.76º 0.85% 0.45% -
HSV(B) 345.76º 0.92% 0.84% -
XYZ 29.15 15.22 6.25 -
YUV 81.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 215 17 64 0 0.92 0.70 0.16 345.76 0.85 0.45
Hex D7 11 40 0 5C 46 10 15A 55 2D
Octal 327 21 100 0 134 106 20 532 125 55
Binary 11010111 10001 1000000 0 1011100 1000110 10000 101011010 1010101 101101

Color Harmonies of #D71140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71140

Black with #D71140

Text Example


Text Example

White with #D71140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71140; }

 p { color: rgb(215,17,64); }

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

background-color css

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

 a { background-color: rgb(215,17,64); }

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

border-color css

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

 span { border-color: rgb(215,17,64); }

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