Html Css Color HEX #D71E40 Crimson

📋 copy color: '#D71E40'

red 215 ◦ green 30 ◦ blue 64

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

Shades of Crimson #D71E40

Tints of Crimson #D71E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

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

R = 69.58%
G = 9.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71E40 (or 0xD71E40) is known color: Crimson. HEX triplet: D7, 1E and 40. RGB value is (215,30,64). Sum of RGB (Red+Green+Blue) = 215+30+64=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E40 is #28E1BF. Grayscale: #595959. Windows color (decimal): -2679232 or 4202199. OLE color: 4202199.

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

Color convert

RGB 215 30 64 -
CMYK 0 0.86 0.70 0.16
HSL 348.97º 0.76% 0.48% -
HSV(B) 348.97º 0.86% 0.84% -
XYZ 29.41 15.75 6.34 -
YUV 89.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 215 30 64 0 0.86 0.70 0.16 348.97 0.76 0.48
Hex D7 1E 40 0 56 46 10 15D 4C 30
Octal 327 36 100 0 126 106 20 535 114 60
Binary 11010111 11110 1000000 0 1010110 1000110 10000 101011101 1001100 110000

Color Harmonies of #D71E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E40

Black with #D71E40

Text Example


Text Example

White with #D71E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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