Html Css Color HEX #D50D2D Crimson

📋 copy color: '#D50D2D'

red 213 ◦ green 13 ◦ blue 45

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

Shades of Crimson #D50D2D

Tints of Crimson #D50D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 78.6%
G = 4.8%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D50D2D (or 0xD50D2D) is known color: Crimson. HEX triplet: D5, 0D and 2D. RGB value is (213,13,45). Sum of RGB (Red+Green+Blue) = 213+13+45=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D2D is #2AF2D2. Grayscale: #4C4C4C. Windows color (decimal): -2814675 or 2952661. OLE color: 2952661.

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

Color convert

RGB 213 13 45 -
CMYK 0 0.94 0.79 0.16
HSL 350.4º 0.88% 0.44% -
HSV(B) 350.4º 0.94% 0.84% -
XYZ 28.06 14.62 3.83 -
YUV 76.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 213 13 45 0 0.94 0.79 0.16 350.4 0.88 0.44
Hex D5 D 2D 0 5E 4F 10 15E 58 2C
Octal 325 15 55 0 136 117 20 536 130 54
Binary 11010101 1101 101101 0 1011110 1001111 10000 101011110 1011000 101100

Color Harmonies of #D50D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D2D

Black with #D50D2D

Text Example


Text Example

White with #D50D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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