Html Css Color HEX #D51A4D Crimson

📋 copy color: '#D51A4D'

red 213 ◦ green 26 ◦ blue 77

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

Shades of Crimson #D51A4D

Tints of Crimson #D51A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 67.41%
G = 8.23%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D51A4D (or 0xD51A4D) is known color: Crimson. HEX triplet: D5, 1A and 4D. RGB value is (213,26,77). Sum of RGB (Red+Green+Blue) = 213+26+77=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A4D is #2AE5B2. Grayscale: #575757. Windows color (decimal): -2811315 or 5053141. OLE color: 5053141.

HSL color Cylindrical-coordinate representation of color #D51A4D: hue angle of 343.64º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A4D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 77 -
CMYK 0 0.88 0.64 0.16
HSL 343.64º 0.78% 0.47% -
HSV(B) 343.64º 0.88% 0.84% -
XYZ 29.15 15.42 8.46 -
YUV 87.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 213 26 77 0 0.88 0.64 0.16 343.64 0.78 0.47
Hex D5 1A 4D 0 58 40 10 158 4E 2F
Octal 325 32 115 0 130 100 20 530 116 57
Binary 11010101 11010 1001101 0 1011000 1000000 10000 101011000 1001110 101111

Color Harmonies of #D51A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A4D

Black with #D51A4D

Text Example


Text Example

White with #D51A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A4D; }

 p { color: rgb(213,26,77); }

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

background-color css

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

 a { background-color: rgb(213,26,77); }

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

border-color css

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

 span { border-color: rgb(213,26,77); }

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