Html Css Color HEX #D51231 Crimson

📋 copy color: '#D51231'

red 213 ◦ green 18 ◦ blue 49

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

Shades of Crimson #D51231

Tints of Crimson #D51231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 76.07%
G = 6.43%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51231 (or 0xD51231) is known color: Crimson. HEX triplet: D5, 12 and 31. RGB value is (213,18,49). Sum of RGB (Red+Green+Blue) = 213+18+49=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D51231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51231 is #2AEDCE. Grayscale: #4F4F4F. Windows color (decimal): -2813391 or 3216085. OLE color: 3216085.

HSL color Cylindrical-coordinate representation of color #D51231: hue angle of 350.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51231 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 49 -
CMYK 0 0.92 0.77 0.16
HSL 350.46º 0.84% 0.45% -
HSV(B) 350.46º 0.92% 0.84% -
XYZ 28.21 14.8 4.28 -
YUV 79.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 213 18 49 0 0.92 0.77 0.16 350.46 0.84 0.45
Hex D5 12 31 0 5C 4D 10 15E 54 2D
Octal 325 22 61 0 134 115 20 536 124 55
Binary 11010101 10010 110001 0 1011100 1001101 10000 101011110 1010100 101101

Color Harmonies of #D51231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51231

Black with #D51231

Text Example


Text Example

White with #D51231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51231; }

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

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

background-color css

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

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

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

border-color css

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

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

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