Html Css Color HEX #D50446 Crimson

📋 copy color: '#D50446'

red 213 ◦ green 4 ◦ blue 70

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

Shades of Crimson #D50446

Tints of Crimson #D50446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 74.22%
G = 1.39%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D50446 (or 0xD50446) is known color: Crimson. HEX triplet: D5, 04 and 46. RGB value is (213,4,70). Sum of RGB (Red+Green+Blue) = 213+4+70=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D50446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50446 is #2AFBB9. Grayscale: #494949. Windows color (decimal): -2816954 or 4588757. OLE color: 4588757.

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

Color convert

RGB 213 4 70 -
CMYK 0 0.98 0.67 0.16
HSL 341.05º 0.96% 0.43% -
HSV(B) 341.05º 0.98% 0.84% -
XYZ 28.59 14.68 7.12 -
YUV 74.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 213 4 70 0 0.98 0.67 0.16 341.05 0.96 0.43
Hex D5 4 46 0 62 43 10 155 60 2B
Octal 325 4 106 0 142 103 20 525 140 53
Binary 11010101 100 1000110 0 1100010 1000011 10000 101010101 1100000 101011

Color Harmonies of #D50446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50446

Black with #D50446

Text Example


Text Example

White with #D50446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50446; }

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

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

background-color css

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

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

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

border-color css

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

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

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