Html Css Color HEX #D51736 Crimson

📋 copy color: '#D51736'

red 213 ◦ green 23 ◦ blue 54

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

Shades of Crimson #D51736

Tints of Crimson #D51736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 73.45%
G = 7.93%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D51736 (or 0xD51736) is known color: Crimson. HEX triplet: D5, 17 and 36. RGB value is (213,23,54). Sum of RGB (Red+Green+Blue) = 213+23+54=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D51736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51736 is #2AE8C9. Grayscale: #535353. Windows color (decimal): -2812106 or 3545045. OLE color: 3545045.

HSL color Cylindrical-coordinate representation of color #D51736: hue angle of 350.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51736 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 54 -
CMYK 0 0.89 0.75 0.16
HSL 350.21º 0.81% 0.46% -
HSV(B) 350.21º 0.89% 0.84% -
XYZ 28.41 15.03 4.89 -
YUV 83.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 213 23 54 0 0.89 0.75 0.16 350.21 0.81 0.46
Hex D5 17 36 0 59 4B 10 15E 51 2E
Octal 325 27 66 0 131 113 20 536 121 56
Binary 11010101 10111 110110 0 1011001 1001011 10000 101011110 1010001 101110

Color Harmonies of #D51736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51736

Black with #D51736

Text Example


Text Example

White with #D51736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51736; }

 p { color: rgb(213,23,54); }

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

background-color css

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

 a { background-color: rgb(213,23,54); }

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

border-color css

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

 span { border-color: rgb(213,23,54); }

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