Html Css Color HEX #D71B40 Crimson

📋 copy color: '#D71B40'

red 215 ◦ green 27 ◦ blue 64

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

Shades of Crimson #D71B40

Tints of Crimson #D71B40

RGB

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

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

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

R = 70.26%
G = 8.82%
B = 20.92%

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

#D71B40 (or 0xD71B40) is known color: Crimson. HEX triplet: D7, 1B and 40. RGB value is (215,27,64). Sum of RGB (Red+Green+Blue) = 215+27+64=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B40 is #28E4BF. Grayscale: #575757. Windows color (decimal): -2680000 or 4201431. OLE color: 4201431.

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

Color convert

RGB 215 27 64 -
CMYK 0 0.87 0.70 0.16
HSL 348.19º 0.78% 0.47% -
HSV(B) 348.19º 0.87% 0.84% -
XYZ 29.34 15.6 6.32 -
YUV 87.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 215 27 64 0 0.87 0.70 0.16 348.19 0.78 0.47
Hex D7 1B 40 0 57 46 10 15C 4E 2F
Octal 327 33 100 0 127 106 20 534 116 57
Binary 11010111 11011 1000000 0 1010111 1000110 10000 101011100 1001110 101111

Color Harmonies of #D71B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B40

Black with #D71B40

Text Example


Text Example

White with #D71B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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