Html Css Color HEX #D50931 Crimson

📋 copy color: '#D50931'

red 213 ◦ green 9 ◦ blue 49

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

Shades of Crimson #D50931

Tints of Crimson #D50931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 78.6%
G = 3.32%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50931 (or 0xD50931) is known color: Crimson. HEX triplet: D5, 09 and 31. RGB value is (213,9,49). Sum of RGB (Red+Green+Blue) = 213+9+49=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D50931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50931 is #2AF6CE. Grayscale: #4A4A4A. Windows color (decimal): -2815695 or 3213781. OLE color: 3213781.

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

Color convert

RGB 213 9 49 -
CMYK 0 0.96 0.77 0.16
HSL 348.24º 0.92% 0.44% -
HSV(B) 348.24º 0.96% 0.84% -
XYZ 28.09 14.56 4.24 -
YUV 74.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 213 9 49 0 0.96 0.77 0.16 348.24 0.92 0.44
Hex D5 9 31 0 60 4D 10 15C 5C 2C
Octal 325 11 61 0 140 115 20 534 134 54
Binary 11010101 1001 110001 0 1100000 1001101 10000 101011100 1011100 101100

Color Harmonies of #D50931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50931

Black with #D50931

Text Example


Text Example

White with #D50931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50931; }

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

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

background-color css

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

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

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

border-color css

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

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

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