Html Css Color HEX #D50346 Crimson

📋 copy color: '#D50346'

red 213 ◦ green 3 ◦ blue 70

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

Shades of Crimson #D50346

Tints of Crimson #D50346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 74.48%
G = 1.05%
B = 24.48%

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

#D50346 (or 0xD50346) is known color: Crimson. HEX triplet: D5, 03 and 46. RGB value is (213,3,70). Sum of RGB (Red+Green+Blue) = 213+3+70=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D50346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50346 is #2AFCB9. Grayscale: #494949. Windows color (decimal): -2817210 or 4588501. OLE color: 4588501.

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

Color convert

RGB 213 3 70 -
CMYK 0 0.99 0.67 0.16
HSL 340.86º 0.97% 0.42% -
HSV(B) 340.86º 0.99% 0.84% -
XYZ 28.58 14.65 7.12 -
YUV 73.43 126.07 227.55 -
System Red Green Blue C M Y K H S L
Decimal 213 3 70 0 0.99 0.67 0.16 340.86 0.97 0.42
Hex D5 3 46 0 63 43 10 155 61 2A
Octal 325 3 106 0 143 103 20 525 141 52
Binary 11010101 11 1000110 0 1100011 1000011 10000 101010101 1100001 101010

Color Harmonies of #D50346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50346

Black with #D50346

Text Example


Text Example

White with #D50346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50346; }

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

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

background-color css

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

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

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

border-color css

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

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

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