Html Css Color HEX #D51140 Crimson

📋 copy color: '#D51140'

red 213 ◦ green 17 ◦ blue 64

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

Shades of Crimson #D51140

Tints of Crimson #D51140

RGB

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

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

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

R = 72.45%
G = 5.78%
B = 21.77%

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

#D51140 (or 0xD51140) is known color: Crimson. HEX triplet: D5, 11 and 40. RGB value is (213,17,64). Sum of RGB (Red+Green+Blue) = 213+17+64=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D51140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51140 is #2AEEBF. Grayscale: #505050. Windows color (decimal): -2813632 or 4198869. OLE color: 4198869.

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

Color convert

RGB 213 17 64 -
CMYK 0 0.92 0.70 0.16
HSL 345.61º 0.85% 0.45% -
HSV(B) 345.61º 0.92% 0.84% -
XYZ 28.57 14.92 6.22 -
YUV 80.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 213 17 64 0 0.92 0.70 0.16 345.61 0.85 0.45
Hex D5 11 40 0 5C 46 10 15A 55 2D
Octal 325 21 100 0 134 106 20 532 125 55
Binary 11010101 10001 1000000 0 1011100 1000110 10000 101011010 1010101 101101

Color Harmonies of #D51140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51140

Black with #D51140

Text Example


Text Example

White with #D51140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51140; }

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

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

background-color css

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

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

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

border-color css

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

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

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