Html Css Color HEX #D50930 Crimson

📋 copy color: '#D50930'

red 213 ◦ green 9 ◦ blue 48

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

Shades of Crimson #D50930

Tints of Crimson #D50930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 78.89%
G = 3.33%
B = 17.78%

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

#D50930 (or 0xD50930) is known color: Crimson. HEX triplet: D5, 09 and 30. RGB value is (213,9,48). Sum of RGB (Red+Green+Blue) = 213+9+48=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50930 is #2AF6CF. Grayscale: #4A4A4A. Windows color (decimal): -2815696 or 3148245. OLE color: 3148245.

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

Color convert

RGB 213 9 48 -
CMYK 0 0.96 0.77 0.16
HSL 348.53º 0.92% 0.44% -
HSV(B) 348.53º 0.96% 0.84% -
XYZ 28.07 14.55 4.13 -
YUV 74.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 213 9 48 0 0.96 0.77 0.16 348.53 0.92 0.44
Hex D5 9 30 0 60 4D 10 15D 5C 2C
Octal 325 11 60 0 140 115 20 535 134 54
Binary 11010101 1001 110000 0 1100000 1001101 10000 101011101 1011100 101100

Color Harmonies of #D50930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50930

Black with #D50930

Text Example


Text Example

White with #D50930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50930; }

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

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

background-color css

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

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

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

border-color css

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

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

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