Html Css Color HEX #D50840 Crimson

📋 copy color: '#D50840'

red 213 ◦ green 8 ◦ blue 64

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

Shades of Crimson #D50840

Tints of Crimson #D50840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 74.74%
G = 2.81%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D50840 (or 0xD50840) is known color: Crimson. HEX triplet: D5, 08 and 40. RGB value is (213,8,64). Sum of RGB (Red+Green+Blue) = 213+8+64=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D50840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50840 is #2AF7BF. Grayscale: #4B4B4B. Windows color (decimal): -2815936 or 4196565. OLE color: 4196565.

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

Color convert

RGB 213 8 64 -
CMYK 0 0.96 0.70 0.16
HSL 343.61º 0.93% 0.43% -
HSV(B) 343.61º 0.96% 0.84% -
XYZ 28.45 14.69 6.19 -
YUV 75.68 121.42 225.95 -
System Red Green Blue C M Y K H S L
Decimal 213 8 64 0 0.96 0.70 0.16 343.61 0.93 0.43
Hex D5 8 40 0 60 46 10 158 5D 2B
Octal 325 10 100 0 140 106 20 530 135 53
Binary 11010101 1000 1000000 0 1100000 1000110 10000 101011000 1011101 101011

Color Harmonies of #D50840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50840

Black with #D50840

Text Example


Text Example

White with #D50840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50840; }

 p { color: rgb(213,8,64); }

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

background-color css

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

 a { background-color: rgb(213,8,64); }

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

border-color css

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

 span { border-color: rgb(213,8,64); }

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