Html Css Color HEX #D50D45 Crimson

📋 copy color: '#D50D45'

red 213 ◦ green 13 ◦ blue 69

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

Shades of Crimson #D50D45

Tints of Crimson #D50D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.39%

R = 72.2%
G = 4.41%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D50D45 (or 0xD50D45) is known color: Crimson. HEX triplet: D5, 0D and 45. RGB value is (213,13,69). Sum of RGB (Red+Green+Blue) = 213+13+69=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D45 is #2AF2BA. Grayscale: #4F4F4F. Windows color (decimal): -2814651 or 4525525. OLE color: 4525525.

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

Color convert

RGB 213 13 69 -
CMYK 0 0.94 0.68 0.16
HSL 343.2º 0.88% 0.44% -
HSV(B) 343.2º 0.94% 0.84% -
XYZ 28.66 14.86 6.99 -
YUV 79.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 213 13 69 0 0.94 0.68 0.16 343.2 0.88 0.44
Hex D5 D 45 0 5E 44 10 157 58 2C
Octal 325 15 105 0 136 104 20 527 130 54
Binary 11010101 1101 1000101 0 1011110 1000100 10000 101010111 1011000 101100

Color Harmonies of #D50D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D45

Black with #D50D45

Text Example


Text Example

White with #D50D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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