Html Css Color HEX #FF0450 Torch Red

📋 copy color: '#FF0450'

red 255 ◦ green 4 ◦ blue 80

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

Shades of Torch Red #FF0450

Tints of Torch Red #FF0450

RGB

 RED value IS 255 (100% from 255) = 75.22%

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

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 75.22%
G = 1.18%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0450 (or 0xFF0450) is known color: Torch Red. HEX triplet: FF, 04 and 50. RGB value is (255,4,80). Sum of RGB (Red+Green+Blue) = 255+4+80=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0450 is #00FBAF. Grayscale: #575757. Windows color (decimal): -64432 or 5244159. OLE color: 5244159.

HSL color Cylindrical-coordinate representation of color #FF0450: hue angle of 341.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0450 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 80 -
CMYK 0 0.98 0.69 0
HSL 341.83º 1% 0.51% -
HSV(B) 341.83º 0.98% 1% -
XYZ 42.73 21.93 9.57 -
YUV 87.71 123.66 247.32 -
System Red Green Blue C M Y K H S L
Decimal 255 4 80 0 0.98 0.69 0 341.83 1 0.51
Hex FF 4 50 0 62 45 0 156 64 33
Octal 377 4 120 0 142 105 0 526 144 63
Binary 11111111 100 1010000 0 1100010 1000101 0 101010110 1100100 110011

Color Harmonies of #FF0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0450

Black with #FF0450

Text Example


Text Example

White with #FF0450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0450; }

 p { color: rgb(255,4,80); }

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

background-color css

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

 a { background-color: rgb(255,4,80); }

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

border-color css

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

 span { border-color: rgb(255,4,80); }

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