Html Css Color HEX #FF0350 Torch Red

📋 copy color: '#FF0350'

red 255 ◦ green 3 ◦ blue 80

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

Shades of Torch Red #FF0350

Tints of Torch Red #FF0350

RGB

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

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

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

R = 75.44%
G = 0.89%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0350 (or 0xFF0350) is known color: Torch Red. HEX triplet: FF, 03 and 50. RGB value is (255,3,80). Sum of RGB (Red+Green+Blue) = 255+3+80=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0350 is #00FCAF. Grayscale: #575757. Windows color (decimal): -64688 or 5243903. OLE color: 5243903.

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

Color convert

RGB 255 3 80 -
CMYK 0 0.99 0.69 0
HSL 341.67º 1% 0.51% -
HSV(B) 341.67º 0.99% 1% -
XYZ 42.72 21.9 9.57 -
YUV 87.13 123.99 247.74 -
System Red Green Blue C M Y K H S L
Decimal 255 3 80 0 0.99 0.69 0 341.67 1 0.51
Hex FF 3 50 0 63 45 0 156 64 33
Octal 377 3 120 0 143 105 0 526 144 63
Binary 11111111 11 1010000 0 1100011 1000101 0 101010110 1100100 110011

Color Harmonies of #FF0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0350

Black with #FF0350

Text Example


Text Example

White with #FF0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0350; }

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

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

background-color css

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

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

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

border-color css

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

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

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