Html Css Color HEX #D51631 Crimson

📋 copy color: '#D51631'

red 213 ◦ green 22 ◦ blue 49

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

Shades of Crimson #D51631

Tints of Crimson #D51631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 75%
G = 7.75%
B = 17.25%

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

#D51631 (or 0xD51631) is known color: Crimson. HEX triplet: D5, 16 and 31. RGB value is (213,22,49). Sum of RGB (Red+Green+Blue) = 213+22+49=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D51631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51631 is #2AE9CE. Grayscale: #525252. Windows color (decimal): -2812367 or 3217109. OLE color: 3217109.

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

Color convert

RGB 213 22 49 -
CMYK 0 0.90 0.77 0.16
HSL 351.52º 0.81% 0.46% -
HSV(B) 351.52º 0.9% 0.84% -
XYZ 28.28 14.94 4.3 -
YUV 82.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 213 22 49 0 0.90 0.77 0.16 351.52 0.81 0.46
Hex D5 16 31 0 5A 4D 10 160 51 2E
Octal 325 26 61 0 132 115 20 540 121 56
Binary 11010101 10110 110001 0 1011010 1001101 10000 101100000 1010001 101110

Color Harmonies of #D51631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51631

Black with #D51631

Text Example


Text Example

White with #D51631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51631; }

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

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

background-color css

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

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

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

border-color css

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

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

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