Html Css Color HEX #D50944 Crimson

📋 copy color: '#D50944'

red 213 ◦ green 9 ◦ blue 68

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

Shades of Crimson #D50944

Tints of Crimson #D50944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 73.45%
G = 3.1%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50944 (or 0xD50944) is known color: Crimson. HEX triplet: D5, 09 and 44. RGB value is (213,9,68). Sum of RGB (Red+Green+Blue) = 213+9+68=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D50944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50944 is #2AF6BB. Grayscale: #4C4C4C. Windows color (decimal): -2815676 or 4458965. OLE color: 4458965.

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

Color convert

RGB 213 9 68 -
CMYK 0 0.96 0.68 0.16
HSL 342.65º 0.92% 0.44% -
HSV(B) 342.65º 0.96% 0.84% -
XYZ 28.58 14.76 6.81 -
YUV 76.72 123.09 225.2 -
System Red Green Blue C M Y K H S L
Decimal 213 9 68 0 0.96 0.68 0.16 342.65 0.92 0.44
Hex D5 9 44 0 60 44 10 157 5C 2C
Octal 325 11 104 0 140 104 20 527 134 54
Binary 11010101 1001 1000100 0 1100000 1000100 10000 101010111 1011100 101100

Color Harmonies of #D50944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50944

Black with #D50944

Text Example


Text Example

White with #D50944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50944; }

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

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

background-color css

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

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

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

border-color css

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

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

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