Html Css Color HEX #D50C39 Crimson

📋 copy color: '#D50C39'

red 213 ◦ green 12 ◦ blue 57

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

Shades of Crimson #D50C39

Tints of Crimson #D50C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 75.53%
G = 4.26%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D50C39 (or 0xD50C39) is known color: Crimson. HEX triplet: D5, 0C and 39. RGB value is (213,12,57). Sum of RGB (Red+Green+Blue) = 213+12+57=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C39 is #2AF3C6. Grayscale: #4D4D4D. Windows color (decimal): -2814919 or 3738837. OLE color: 3738837.

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

Color convert

RGB 213 12 57 -
CMYK 0 0.94 0.73 0.16
HSL 346.57º 0.89% 0.44% -
HSV(B) 346.57º 0.94% 0.84% -
XYZ 28.31 14.7 5.22 -
YUV 77.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 213 12 57 0 0.94 0.73 0.16 346.57 0.89 0.44
Hex D5 C 39 0 5E 49 10 15B 59 2C
Octal 325 14 71 0 136 111 20 533 131 54
Binary 11010101 1100 111001 0 1011110 1001001 10000 101011011 1011001 101100

Color Harmonies of #D50C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C39

Black with #D50C39

Text Example


Text Example

White with #D50C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C39; }

 p { color: rgb(213,12,57); }

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

background-color css

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

 a { background-color: rgb(213,12,57); }

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

border-color css

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

 span { border-color: rgb(213,12,57); }

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