Html Css Color HEX #FF1351 Torch Red

📋 copy color: '#FF1351'

red 255 ◦ green 19 ◦ blue 81

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

Shades of Torch Red #FF1351

Tints of Torch Red #FF1351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 71.83%
G = 5.35%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF1351 (or 0xFF1351) is known color: Torch Red. HEX triplet: FF, 13 and 51. RGB value is (255,19,81). Sum of RGB (Red+Green+Blue) = 255+19+81=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1351 is #00ECAE. Grayscale: #606060. Windows color (decimal): -60591 or 5313535. OLE color: 5313535.

HSL color Cylindrical-coordinate representation of color #FF1351: hue angle of 344.24º 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 #FF1351 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 81 -
CMYK 0 0.93 0.68 0
HSL 344.24º 1% 0.54% -
HSV(B) 344.24º 0.93% 1% -
XYZ 42.96 22.32 9.83 -
YUV 96.63 119.19 240.96 -
System Red Green Blue C M Y K H S L
Decimal 255 19 81 0 0.93 0.68 0 344.24 1 0.54
Hex FF 13 51 0 5D 44 0 158 64 36
Octal 377 23 121 0 135 104 0 530 144 66
Binary 11111111 10011 1010001 0 1011101 1000100 0 101011000 1100100 110110

Color Harmonies of #FF1351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1351

Black with #FF1351

Text Example


Text Example

White with #FF1351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1351; }

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

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

background-color css

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

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

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

border-color css

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

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

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