Html Css Color HEX #D50949 Crimson

📋 copy color: '#D50949'

red 213 ◦ green 9 ◦ blue 73

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

Shades of Crimson #D50949

Tints of Crimson #D50949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 72.2%
G = 3.05%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D50949 (or 0xD50949) is known color: Crimson. HEX triplet: D5, 09 and 49. RGB value is (213,9,73). Sum of RGB (Red+Green+Blue) = 213+9+73=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D50949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50949 is #2AF6B6. Grayscale: #4D4D4D. Windows color (decimal): -2815671 or 4786645. OLE color: 4786645.

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

Color convert

RGB 213 9 73 -
CMYK 0 0.96 0.66 0.16
HSL 341.18º 0.92% 0.44% -
HSV(B) 341.18º 0.96% 0.84% -
XYZ 28.74 14.82 7.65 -
YUV 77.29 125.59 224.8 -
System Red Green Blue C M Y K H S L
Decimal 213 9 73 0 0.96 0.66 0.16 341.18 0.92 0.44
Hex D5 9 49 0 60 42 10 155 5C 2C
Octal 325 11 111 0 140 102 20 525 134 54
Binary 11010101 1001 1001001 0 1100000 1000010 10000 101010101 1011100 101100

Color Harmonies of #D50949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50949

Black with #D50949

Text Example


Text Example

White with #D50949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50949; }

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

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

background-color css

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

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

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

border-color css

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

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

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