Html Css Color HEX #D51540 Crimson

📋 copy color: '#D51540'

red 213 ◦ green 21 ◦ blue 64

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

Shades of Crimson #D51540

Tints of Crimson #D51540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

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

R = 71.48%
G = 7.05%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D51540 (or 0xD51540) is known color: Crimson. HEX triplet: D5, 15 and 40. RGB value is (213,21,64). Sum of RGB (Red+Green+Blue) = 213+21+64=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D51540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51540 is #2AEABF. Grayscale: #535353. Windows color (decimal): -2812608 or 4199893. OLE color: 4199893.

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

Color convert

RGB 213 21 64 -
CMYK 0 0.90 0.70 0.16
HSL 346.56º 0.82% 0.46% -
HSV(B) 346.56º 0.9% 0.84% -
XYZ 28.63 15.05 6.25 -
YUV 83.31 117.11 220.5 -
System Red Green Blue C M Y K H S L
Decimal 213 21 64 0 0.90 0.70 0.16 346.56 0.82 0.46
Hex D5 15 40 0 5A 46 10 15B 52 2E
Octal 325 25 100 0 132 106 20 533 122 56
Binary 11010101 10101 1000000 0 1011010 1000110 10000 101011011 1010010 101110

Color Harmonies of #D51540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51540

Black with #D51540

Text Example


Text Example

White with #D51540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51540; }

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

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

background-color css

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

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

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

border-color css

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

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

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