Html Css Color HEX #D71C40 Crimson

📋 copy color: '#D71C40'

red 215 ◦ green 28 ◦ blue 64

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

Shades of Crimson #D71C40

Tints of Crimson #D71C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 70.03%
G = 9.12%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71C40 (or 0xD71C40) is known color: Crimson. HEX triplet: D7, 1C and 40. RGB value is (215,28,64). Sum of RGB (Red+Green+Blue) = 215+28+64=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C40 is #28E3BF. Grayscale: #585858. Windows color (decimal): -2679744 or 4201687. OLE color: 4201687.

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

Color convert

RGB 215 28 64 -
CMYK 0 0.87 0.70 0.16
HSL 348.45º 0.77% 0.48% -
HSV(B) 348.45º 0.87% 0.84% -
XYZ 29.37 15.65 6.32 -
YUV 88.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 215 28 64 0 0.87 0.70 0.16 348.45 0.77 0.48
Hex D7 1C 40 0 57 46 10 15C 4D 30
Octal 327 34 100 0 127 106 20 534 115 60
Binary 11010111 11100 1000000 0 1010111 1000110 10000 101011100 1001101 110000

Color Harmonies of #D71C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C40

Black with #D71C40

Text Example


Text Example

White with #D71C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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