Html Css Color HEX #D51534 Crimson

📋 copy color: '#D51534'

red 213 ◦ green 21 ◦ blue 52

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

Shades of Crimson #D51534

Tints of Crimson #D51534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 74.48%
G = 7.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51534 (or 0xD51534) is known color: Crimson. HEX triplet: D5, 15 and 34. RGB value is (213,21,52). Sum of RGB (Red+Green+Blue) = 213+21+52=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51534 is #2AEACB. Grayscale: #525252. Windows color (decimal): -2812620 or 3413461. OLE color: 3413461.

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

Color convert

RGB 213 21 52 -
CMYK 0 0.90 0.76 0.16
HSL 350.31º 0.82% 0.46% -
HSV(B) 350.31º 0.9% 0.84% -
XYZ 28.33 14.93 4.64 -
YUV 81.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 213 21 52 0 0.90 0.76 0.16 350.31 0.82 0.46
Hex D5 15 34 0 5A 4C 10 15E 52 2E
Octal 325 25 64 0 132 114 20 536 122 56
Binary 11010101 10101 110100 0 1011010 1001100 10000 101011110 1010010 101110

Color Harmonies of #D51534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51534

Black with #D51534

Text Example


Text Example

White with #D51534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51534; }

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

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

background-color css

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

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

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

border-color css

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

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

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