Html Css Color HEX #D50933 Crimson

📋 copy color: '#D50933'

red 213 ◦ green 9 ◦ blue 51

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

Shades of Crimson #D50933

Tints of Crimson #D50933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 78.02%
G = 3.3%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D50933 (or 0xD50933) is known color: Crimson. HEX triplet: D5, 09 and 33. RGB value is (213,9,51). Sum of RGB (Red+Green+Blue) = 213+9+51=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50933 is #2AF6CC. Grayscale: #4A4A4A. Windows color (decimal): -2815693 or 3344853. OLE color: 3344853.

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

Color convert

RGB 213 9 51 -
CMYK 0 0.96 0.76 0.16
HSL 347.65º 0.92% 0.44% -
HSV(B) 347.65º 0.96% 0.84% -
XYZ 28.14 14.58 4.46 -
YUV 74.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 213 9 51 0 0.96 0.76 0.16 347.65 0.92 0.44
Hex D5 9 33 0 60 4C 10 15C 5C 2C
Octal 325 11 63 0 140 114 20 534 134 54
Binary 11010101 1001 110011 0 1100000 1001100 10000 101011100 1011100 101100

Color Harmonies of #D50933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50933

Black with #D50933

Text Example


Text Example

White with #D50933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50933; }

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

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

background-color css

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

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

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

border-color css

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

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

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