Html Css Color HEX #D50932 Crimson

📋 copy color: '#D50932'

red 213 ◦ green 9 ◦ blue 50

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

Shades of Crimson #D50932

Tints of Crimson #D50932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 78.31%
G = 3.31%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D50932 (or 0xD50932) is known color: Crimson. HEX triplet: D5, 09 and 32. RGB value is (213,9,50). Sum of RGB (Red+Green+Blue) = 213+9+50=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D50932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50932 is #2AF6CD. Grayscale: #4A4A4A. Windows color (decimal): -2815694 or 3279317. OLE color: 3279317.

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

Color convert

RGB 213 9 50 -
CMYK 0 0.96 0.77 0.16
HSL 347.94º 0.92% 0.44% -
HSV(B) 347.94º 0.96% 0.84% -
XYZ 28.11 14.57 4.35 -
YUV 74.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 213 9 50 0 0.96 0.77 0.16 347.94 0.92 0.44
Hex D5 9 32 0 60 4D 10 15C 5C 2C
Octal 325 11 62 0 140 115 20 534 134 54
Binary 11010101 1001 110010 0 1100000 1001101 10000 101011100 1011100 101100

Color Harmonies of #D50932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50932

Black with #D50932

Text Example


Text Example

White with #D50932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50932; }

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

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

background-color css

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

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

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

border-color css

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

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

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