Html Css Color HEX #D51147 Crimson

📋 copy color: '#D51147'

red 213 ◦ green 17 ◦ blue 71

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

Shades of Crimson #D51147

Tints of Crimson #D51147

RGB

 RED value IS 213 (83.59% from 255) = 70.76%

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

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 70.76%
G = 5.65%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D51147 (or 0xD51147) is known color: Crimson. HEX triplet: D5, 11 and 47. RGB value is (213,17,71). Sum of RGB (Red+Green+Blue) = 213+17+71=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D51147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51147 is #2AEEB8. Grayscale: #515151. Windows color (decimal): -2813625 or 4657621. OLE color: 4657621.

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

Color convert

RGB 213 17 71 -
CMYK 0 0.92 0.67 0.16
HSL 343.47º 0.85% 0.45% -
HSV(B) 343.47º 0.92% 0.84% -
XYZ 28.78 15 7.34 -
YUV 81.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 213 17 71 0 0.92 0.67 0.16 343.47 0.85 0.45
Hex D5 11 47 0 5C 43 10 157 55 2D
Octal 325 21 107 0 134 103 20 527 125 55
Binary 11010101 10001 1000111 0 1011100 1000011 10000 101010111 1010101 101101

Color Harmonies of #D51147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51147

Black with #D51147

Text Example


Text Example

White with #D51147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51147; }

 p { color: rgb(213,17,71); }

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

background-color css

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

 a { background-color: rgb(213,17,71); }

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

border-color css

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

 span { border-color: rgb(213,17,71); }

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