Html Css Color HEX #D50946 Crimson

📋 copy color: '#D50946'

red 213 ◦ green 9 ◦ blue 70

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

Shades of Crimson #D50946

Tints of Crimson #D50946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 72.95%
G = 3.08%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D50946 (or 0xD50946) is known color: Crimson. HEX triplet: D5, 09 and 46. RGB value is (213,9,70). Sum of RGB (Red+Green+Blue) = 213+9+70=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D50946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50946 is #2AF6B9. Grayscale: #4C4C4C. Windows color (decimal): -2815674 or 4590037. OLE color: 4590037.

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

Color convert

RGB 213 9 70 -
CMYK 0 0.96 0.67 0.16
HSL 342.06º 0.92% 0.44% -
HSV(B) 342.06º 0.96% 0.84% -
XYZ 28.64 14.78 7.14 -
YUV 76.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 213 9 70 0 0.96 0.67 0.16 342.06 0.92 0.44
Hex D5 9 46 0 60 43 10 156 5C 2C
Octal 325 11 106 0 140 103 20 526 134 54
Binary 11010101 1001 1000110 0 1100000 1000011 10000 101010110 1011100 101100

Color Harmonies of #D50946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50946

Black with #D50946

Text Example


Text Example

White with #D50946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50946; }

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

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

background-color css

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

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

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

border-color css

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

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

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