Html Css Color HEX #D50F46 Crimson

📋 copy color: '#D50F46'

red 213 ◦ green 15 ◦ blue 70

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

Shades of Crimson #D50F46

Tints of Crimson #D50F46

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 71.48%
G = 5.03%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D50F46 (or 0xD50F46) is known color: Crimson. HEX triplet: D5, 0F and 46. RGB value is (213,15,70). Sum of RGB (Red+Green+Blue) = 213+15+70=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50F46 is #2AF0B9. Grayscale: #505050. Windows color (decimal): -2814138 or 4591573. OLE color: 4591573.

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

Color convert

RGB 213 15 70 -
CMYK 0 0.93 0.67 0.16
HSL 343.33º 0.87% 0.45% -
HSV(B) 343.33º 0.93% 0.84% -
XYZ 28.72 14.93 7.16 -
YUV 80.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 213 15 70 0 0.93 0.67 0.16 343.33 0.87 0.45
Hex D5 F 46 0 5D 43 10 157 57 2D
Octal 325 17 106 0 135 103 20 527 127 55
Binary 11010101 1111 1000110 0 1011101 1000011 10000 101010111 1010111 101101

Color Harmonies of #D50F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F46

Black with #D50F46

Text Example


Text Example

White with #D50F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F46; }

 p { color: rgb(213,15,70); }

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

background-color css

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

 a { background-color: rgb(213,15,70); }

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

border-color css

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

 span { border-color: rgb(213,15,70); }

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