Html Css Color HEX #D50D48 Crimson

📋 copy color: '#D50D48'

red 213 ◦ green 13 ◦ blue 72

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

Shades of Crimson #D50D48

Tints of Crimson #D50D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.36%

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 71.48%
G = 4.36%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D50D48 (or 0xD50D48) is known color: Crimson. HEX triplet: D5, 0D and 48. RGB value is (213,13,72). Sum of RGB (Red+Green+Blue) = 213+13+72=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D48 is #2AF2B7. Grayscale: #4F4F4F. Windows color (decimal): -2814648 or 4722133. OLE color: 4722133.

HSL color Cylindrical-coordinate representation of color #D50D48: hue angle of 342.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D48 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 72 -
CMYK 0 0.94 0.66 0.16
HSL 342.3º 0.88% 0.44% -
HSV(B) 342.3º 0.94% 0.84% -
XYZ 28.75 14.9 7.49 -
YUV 79.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 213 13 72 0 0.94 0.66 0.16 342.3 0.88 0.44
Hex D5 D 48 0 5E 42 10 156 58 2C
Octal 325 15 110 0 136 102 20 526 130 54
Binary 11010101 1101 1001000 0 1011110 1000010 10000 101010110 1011000 101100

Color Harmonies of #D50D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D48

Black with #D50D48

Text Example


Text Example

White with #D50D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D48; }

 p { color: rgb(213,13,72); }

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

background-color css

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

 a { background-color: rgb(213,13,72); }

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

border-color css

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

 span { border-color: rgb(213,13,72); }

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