Html Css Color HEX #D71132 Crimson

📋 copy color: '#D71132'

red 215 ◦ green 17 ◦ blue 50

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

Shades of Crimson #D71132

Tints of Crimson #D71132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 76.24%
G = 6.03%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D71132 (or 0xD71132) is known color: Crimson. HEX triplet: D7, 11 and 32. RGB value is (215,17,50). Sum of RGB (Red+Green+Blue) = 215+17+50=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D71132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71132 is #28EECD. Grayscale: #505050. Windows color (decimal): -2682574 or 3281367. OLE color: 3281367.

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

Color convert

RGB 215 17 50 -
CMYK 0 0.92 0.77 0.16
HSL 350º 0.85% 0.45% -
HSV(B) 350º 0.92% 0.84% -
XYZ 28.8 15.08 4.41 -
YUV 79.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 215 17 50 0 0.92 0.77 0.16 350 0.85 0.45
Hex D7 11 32 0 5C 4D 10 15E 55 2D
Octal 327 21 62 0 134 115 20 536 125 55
Binary 11010111 10001 110010 0 1011100 1001101 10000 101011110 1010101 101101

Color Harmonies of #D71132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71132

Black with #D71132

Text Example


Text Example

White with #D71132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71132; }

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

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

background-color css

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

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

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

border-color css

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

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

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