Html Css Color HEX #FF1348 Torch Red

📋 copy color: '#FF1348'

red 255 ◦ green 19 ◦ blue 72

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

Shades of Torch Red #FF1348

Tints of Torch Red #FF1348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 73.7%
G = 5.49%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF1348 (or 0xFF1348) is known color: Torch Red. HEX triplet: FF, 13 and 48. RGB value is (255,19,72). Sum of RGB (Red+Green+Blue) = 255+19+72=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1348 is #00ECB7. Grayscale: #5F5F5F. Windows color (decimal): -60600 or 4723711. OLE color: 4723711.

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

Color convert

RGB 255 19 72 -
CMYK 0 0.93 0.72 0
HSL 346.53º 1% 0.54% -
HSV(B) 346.53º 0.93% 1% -
XYZ 42.64 22.19 8.17 -
YUV 95.61 114.69 241.69 -
System Red Green Blue C M Y K H S L
Decimal 255 19 72 0 0.93 0.72 0 346.53 1 0.54
Hex FF 13 48 0 5D 48 0 15B 64 36
Octal 377 23 110 0 135 110 0 533 144 66
Binary 11111111 10011 1001000 0 1011101 1001000 0 101011011 1100100 110110

Color Harmonies of #FF1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1348

Black with #FF1348

Text Example


Text Example

White with #FF1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1348; }

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

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

background-color css

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

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

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

border-color css

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

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

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