Html Css Color HEX #D50639 Crimson

📋 copy color: '#D50639'

red 213 ◦ green 6 ◦ blue 57

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

Shades of Crimson #D50639

Tints of Crimson #D50639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 77.17%
G = 2.17%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D50639 (or 0xD50639) is known color: Crimson. HEX triplet: D5, 06 and 39. RGB value is (213,6,57). Sum of RGB (Red+Green+Blue) = 213+6+57=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D50639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50639 is #2AF9C6. Grayscale: #494949. Windows color (decimal): -2816455 or 3737301. OLE color: 3737301.

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

Color convert

RGB 213 6 57 -
CMYK 0 0.97 0.73 0.16
HSL 345.22º 0.95% 0.43% -
HSV(B) 345.22º 0.97% 0.84% -
XYZ 28.24 14.57 5.19 -
YUV 73.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 213 6 57 0 0.97 0.73 0.16 345.22 0.95 0.43
Hex D5 6 39 0 61 49 10 159 5F 2B
Octal 325 6 71 0 141 111 20 531 137 53
Binary 11010101 110 111001 0 1100001 1001001 10000 101011001 1011111 101011

Color Harmonies of #D50639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50639

Black with #D50639

Text Example


Text Example

White with #D50639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50639; }

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

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

background-color css

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

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

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

border-color css

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

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

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