Html Css Color HEX #D51734 Crimson

📋 copy color: '#D51734'

red 213 ◦ green 23 ◦ blue 52

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

Shades of Crimson #D51734

Tints of Crimson #D51734

RGB

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

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

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

R = 73.96%
G = 7.99%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51734 (or 0xD51734) is known color: Crimson. HEX triplet: D5, 17 and 34. RGB value is (213,23,52). Sum of RGB (Red+Green+Blue) = 213+23+52=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D51734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51734 is #2AE8CB. Grayscale: #535353. Windows color (decimal): -2812108 or 3413973. OLE color: 3413973.

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

Color convert

RGB 213 23 52 -
CMYK 0 0.89 0.76 0.16
HSL 350.84º 0.81% 0.46% -
HSV(B) 350.84º 0.89% 0.84% -
XYZ 28.37 15.01 4.65 -
YUV 83.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 213 23 52 0 0.89 0.76 0.16 350.84 0.81 0.46
Hex D5 17 34 0 59 4C 10 15F 51 2E
Octal 325 27 64 0 131 114 20 537 121 56
Binary 11010101 10111 110100 0 1011001 1001100 10000 101011111 1010001 101110

Color Harmonies of #D51734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51734

Black with #D51734

Text Example


Text Example

White with #D51734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51734; }

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

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

background-color css

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

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

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

border-color css

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

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

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