Html Css Color HEX #D50947 Crimson

📋 copy color: '#D50947'

red 213 ◦ green 9 ◦ blue 71

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

Shades of Crimson #D50947

Tints of Crimson #D50947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 72.7%
G = 3.07%
B = 24.23%

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

#D50947 (or 0xD50947) is known color: Crimson. HEX triplet: D5, 09 and 47. RGB value is (213,9,71). Sum of RGB (Red+Green+Blue) = 213+9+71=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D50947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50947 is #2AF6B8. Grayscale: #4D4D4D. Windows color (decimal): -2815673 or 4655573. OLE color: 4655573.

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

Color convert

RGB 213 9 71 -
CMYK 0 0.96 0.67 0.16
HSL 341.76º 0.92% 0.44% -
HSV(B) 341.76º 0.96% 0.84% -
XYZ 28.68 14.8 7.31 -
YUV 77.06 124.59 224.96 -
System Red Green Blue C M Y K H S L
Decimal 213 9 71 0 0.96 0.67 0.16 341.76 0.92 0.44
Hex D5 9 47 0 60 43 10 156 5C 2C
Octal 325 11 107 0 140 103 20 526 134 54
Binary 11010101 1001 1000111 0 1100000 1000011 10000 101010110 1011100 101100

Color Harmonies of #D50947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50947

Black with #D50947

Text Example


Text Example

White with #D50947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50947; }

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

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

background-color css

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

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

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

border-color css

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

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

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