Html Css Color HEX #D50546 Crimson

📋 copy color: '#D50546'

red 213 ◦ green 5 ◦ blue 70

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

Shades of Crimson #D50546

Tints of Crimson #D50546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 73.96%
G = 1.74%
B = 24.31%

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

#D50546 (or 0xD50546) is known color: Crimson. HEX triplet: D5, 05 and 46. RGB value is (213,5,70). Sum of RGB (Red+Green+Blue) = 213+5+70=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D50546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50546 is #2AFAB9. Grayscale: #4A4A4A. Windows color (decimal): -2816698 or 4589013. OLE color: 4589013.

HSL color Cylindrical-coordinate representation of color #D50546: hue angle of 341.25º degrees, saturation: 0.95, 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 #D50546 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 70 -
CMYK 0 0.98 0.67 0.16
HSL 341.25º 0.95% 0.43% -
HSV(B) 341.25º 0.98% 0.84% -
XYZ 28.6 14.7 7.12 -
YUV 74.6 125.41 226.71 -
System Red Green Blue C M Y K H S L
Decimal 213 5 70 0 0.98 0.67 0.16 341.25 0.95 0.43
Hex D5 5 46 0 62 43 10 155 5F 2B
Octal 325 5 106 0 142 103 20 525 137 53
Binary 11010101 101 1000110 0 1100010 1000011 10000 101010101 1011111 101011

Color Harmonies of #D50546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50546

Black with #D50546

Text Example


Text Example

White with #D50546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50546; }

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

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

background-color css

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

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

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

border-color css

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

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

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