Html Css Color HEX #FF1350 Torch Red

📋 copy color: '#FF1350'

red 255 ◦ green 19 ◦ blue 80

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

Shades of Torch Red #FF1350

Tints of Torch Red #FF1350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 72.03%
G = 5.37%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF1350 (or 0xFF1350) is known color: Torch Red. HEX triplet: FF, 13 and 50. RGB value is (255,19,80). Sum of RGB (Red+Green+Blue) = 255+19+80=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1350 is #00ECAF. Grayscale: #606060. Windows color (decimal): -60592 or 5247999. OLE color: 5247999.

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

Color convert

RGB 255 19 80 -
CMYK 0 0.93 0.69 0
HSL 344.49º 1% 0.54% -
HSV(B) 344.49º 0.93% 1% -
XYZ 42.92 22.3 9.63 -
YUV 96.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 255 19 80 0 0.93 0.69 0 344.49 1 0.54
Hex FF 13 50 0 5D 45 0 158 64 36
Octal 377 23 120 0 135 105 0 530 144 66
Binary 11111111 10011 1010000 0 1011101 1000101 0 101011000 1100100 110110

Color Harmonies of #FF1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1350

Black with #FF1350

Text Example


Text Example

White with #FF1350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1350; }

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

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

background-color css

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

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

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

border-color css

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

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

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