Html Css Color HEX #D50247 Crimson

📋 copy color: '#D50247'

red 213 ◦ green 2 ◦ blue 71

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

Shades of Crimson #D50247

Tints of Crimson #D50247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 74.48%
G = 0.7%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D50247 (or 0xD50247) is known color: Crimson. HEX triplet: D5, 02 and 47. RGB value is (213,2,71). Sum of RGB (Red+Green+Blue) = 213+2+71=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D50247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50247 is #2AFDB8. Grayscale: #484848. Windows color (decimal): -2817465 or 4653781. OLE color: 4653781.

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

Color convert

RGB 213 2 71 -
CMYK 0 0.99 0.67 0.16
HSL 340.38º 0.98% 0.42% -
HSV(B) 340.38º 0.99% 0.84% -
XYZ 28.6 14.64 7.28 -
YUV 72.96 126.9 227.89 -
System Red Green Blue C M Y K H S L
Decimal 213 2 71 0 0.99 0.67 0.16 340.38 0.98 0.42
Hex D5 2 47 0 63 43 10 154 62 2A
Octal 325 2 107 0 143 103 20 524 142 52
Binary 11010101 10 1000111 0 1100011 1000011 10000 101010100 1100010 101010

Color Harmonies of #D50247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50247

Black with #D50247

Text Example


Text Example

White with #D50247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50247; }

 p { color: rgb(213,2,71); }

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

background-color css

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

 a { background-color: rgb(213,2,71); }

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

border-color css

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

 span { border-color: rgb(213,2,71); }

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