Html Css Color HEX #D71240 Crimson

📋 copy color: '#D71240'

red 215 ◦ green 18 ◦ blue 64

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

Shades of Crimson #D71240

Tints of Crimson #D71240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

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

R = 72.39%
G = 6.06%
B = 21.55%

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

#D71240 (or 0xD71240) is known color: Crimson. HEX triplet: D7, 12 and 40. RGB value is (215,18,64). Sum of RGB (Red+Green+Blue) = 215+18+64=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D71240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71240 is #28EDBF. Grayscale: #525252. Windows color (decimal): -2682304 or 4199127. OLE color: 4199127.

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

Color convert

RGB 215 18 64 -
CMYK 0 0.92 0.70 0.16
HSL 345.99º 0.85% 0.46% -
HSV(B) 345.99º 0.92% 0.84% -
XYZ 29.17 15.25 6.26 -
YUV 82.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 215 18 64 0 0.92 0.70 0.16 345.99 0.85 0.46
Hex D7 12 40 0 5C 46 10 15A 55 2E
Octal 327 22 100 0 134 106 20 532 125 56
Binary 11010111 10010 1000000 0 1011100 1000110 10000 101011010 1010101 101110

Color Harmonies of #D71240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71240

Black with #D71240

Text Example


Text Example

White with #D71240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71240; }

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

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

background-color css

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

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

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

border-color css

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

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

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