Html Css Color HEX #D50A31 Crimson

📋 copy color: '#D50A31'

red 213 ◦ green 10 ◦ blue 49

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

Shades of Crimson #D50A31

Tints of Crimson #D50A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

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

R = 78.31%
G = 3.68%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50A31 (or 0xD50A31) is known color: Crimson. HEX triplet: D5, 0A and 31. RGB value is (213,10,49). Sum of RGB (Red+Green+Blue) = 213+10+49=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50A31 is #2AF5CE. Grayscale: #4B4B4B. Windows color (decimal): -2815439 or 3214037. OLE color: 3214037.

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

Color convert

RGB 213 10 49 -
CMYK 0 0.95 0.77 0.16
HSL 348.47º 0.91% 0.44% -
HSV(B) 348.47º 0.95% 0.84% -
XYZ 28.1 14.58 4.24 -
YUV 75.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 213 10 49 0 0.95 0.77 0.16 348.47 0.91 0.44
Hex D5 A 31 0 5F 4D 10 15C 5B 2C
Octal 325 12 61 0 137 115 20 534 133 54
Binary 11010101 1010 110001 0 1011111 1001101 10000 101011100 1011011 101100

Color Harmonies of #D50A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50A31

Black with #D50A31

Text Example


Text Example

White with #D50A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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