Html Css Color HEX #D51637 Crimson

📋 copy color: '#D51637'

red 213 ◦ green 22 ◦ blue 55

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

Shades of Crimson #D51637

Tints of Crimson #D51637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 73.45%
G = 7.59%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D51637 (or 0xD51637) is known color: Crimson. HEX triplet: D5, 16 and 37. RGB value is (213,22,55). Sum of RGB (Red+Green+Blue) = 213+22+55=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D51637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51637 is #2AE9C8. Grayscale: #525252. Windows color (decimal): -2812361 or 3610325. OLE color: 3610325.

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

Color convert

RGB 213 22 55 -
CMYK 0 0.90 0.74 0.16
HSL 349.63º 0.81% 0.46% -
HSV(B) 349.63º 0.9% 0.84% -
XYZ 28.42 15 5.01 -
YUV 82.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 213 22 55 0 0.90 0.74 0.16 349.63 0.81 0.46
Hex D5 16 37 0 5A 4A 10 15E 51 2E
Octal 325 26 67 0 132 112 20 536 121 56
Binary 11010101 10110 110111 0 1011010 1001010 10000 101011110 1010001 101110

Color Harmonies of #D51637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51637

Black with #D51637

Text Example


Text Example

White with #D51637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51637; }

 p { color: rgb(213,22,55); }

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

background-color css

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

 a { background-color: rgb(213,22,55); }

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

border-color css

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

 span { border-color: rgb(213,22,55); }

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