Html Css Color HEX #D50039 Crimson

📋 copy color: '#D50039'

red 213 ◦ green 0 ◦ blue 57

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

Shades of Crimson #D50039

Tints of Crimson #D50039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.89%
G = 0%
B = 21.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D50039 (or 0xD50039) is known color: Crimson. HEX triplet: D5, 00 and 39. RGB value is (213,0,57). Sum of RGB (Red+Green+Blue) = 213+0+57=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D50039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50039 is #2AFFC6. Grayscale: #464646. Windows color (decimal): -2817991 or 3735765. OLE color: 3735765.

HSL color Cylindrical-coordinate representation of color #D50039: hue angle of 343.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50039 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 57 -
CMYK 0 1 0.73 0.16
HSL 343.94º 1% 0.42% -
HSV(B) 343.94º 1% 0.84% -
XYZ 28.18 14.44 5.17 -
YUV 70.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 213 0 57 0 1 0.73 0.16 343.94 1 0.42
Hex D5 0 39 0 64 49 10 158 64 2A
Octal 325 0 71 0 144 111 20 530 144 52
Binary 11010101 0 111001 0 1100100 1001001 10000 101011000 1100100 101010

Color Harmonies of #D50039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50039

Black with #D50039

Text Example


Text Example

White with #D50039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50039; }

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

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

background-color css

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

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

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

border-color css

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

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

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