Html Css Color HEX #D51632 Crimson

📋 copy color: '#D51632'

red 213 ◦ green 22 ◦ blue 50

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

Shades of Crimson #D51632

Tints of Crimson #D51632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 74.74%
G = 7.72%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51632 (or 0xD51632) is known color: Crimson. HEX triplet: D5, 16 and 32. RGB value is (213,22,50). Sum of RGB (Red+Green+Blue) = 213+22+50=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51632 is #2AE9CD. Grayscale: #525252. Windows color (decimal): -2812366 or 3282645. OLE color: 3282645.

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

Color convert

RGB 213 22 50 -
CMYK 0 0.90 0.77 0.16
HSL 351.2º 0.81% 0.46% -
HSV(B) 351.2º 0.9% 0.84% -
XYZ 28.3 14.95 4.41 -
YUV 82.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 213 22 50 0 0.90 0.77 0.16 351.2 0.81 0.46
Hex D5 16 32 0 5A 4D 10 15F 51 2E
Octal 325 26 62 0 132 115 20 537 121 56
Binary 11010101 10110 110010 0 1011010 1001101 10000 101011111 1010001 101110

Color Harmonies of #D51632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51632

Black with #D51632

Text Example


Text Example

White with #D51632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51632; }

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

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

background-color css

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

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

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

border-color css

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

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

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