Html Css Color HEX #D51735 Crimson

📋 copy color: '#D51735'

red 213 ◦ green 23 ◦ blue 53

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

Shades of Crimson #D51735

Tints of Crimson #D51735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 73.7%
G = 7.96%
B = 18.34%

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

#D51735 (or 0xD51735) is known color: Crimson. HEX triplet: D5, 17 and 35. RGB value is (213,23,53). Sum of RGB (Red+Green+Blue) = 213+23+53=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51735 is #2AE8CA. Grayscale: #535353. Windows color (decimal): -2812107 or 3479509. OLE color: 3479509.

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

Color convert

RGB 213 23 53 -
CMYK 0 0.89 0.75 0.16
HSL 350.53º 0.81% 0.46% -
HSV(B) 350.53º 0.89% 0.84% -
XYZ 28.39 15.02 4.77 -
YUV 83.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 213 23 53 0 0.89 0.75 0.16 350.53 0.81 0.46
Hex D5 17 35 0 59 4B 10 15F 51 2E
Octal 325 27 65 0 131 113 20 537 121 56
Binary 11010101 10111 110101 0 1011001 1001011 10000 101011111 1010001 101110

Color Harmonies of #D51735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51735

Black with #D51735

Text Example


Text Example

White with #D51735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51735; }

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

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

background-color css

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

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

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

border-color css

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

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

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