Html Css Color HEX #FF134F Torch Red

📋 copy color: '#FF134F'

red 255 ◦ green 19 ◦ blue 79

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

Shades of Torch Red #FF134F

Tints of Torch Red #FF134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 72.24%
G = 5.38%
B = 22.38%

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

#FF134F (or 0xFF134F) is known color: Torch Red. HEX triplet: FF, 13 and 4F. RGB value is (255,19,79). Sum of RGB (Red+Green+Blue) = 255+19+79=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF134F is #00ECB0. Grayscale: #606060. Windows color (decimal): -60593 or 5182463. OLE color: 5182463.

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

Color convert

RGB 255 19 79 -
CMYK 0 0.93 0.69 0
HSL 344.75º 1% 0.54% -
HSV(B) 344.75º 0.93% 1% -
XYZ 42.88 22.29 9.44 -
YUV 96.4 118.19 241.12 -
System Red Green Blue C M Y K H S L
Decimal 255 19 79 0 0.93 0.69 0 344.75 1 0.54
Hex FF 13 4F 0 5D 45 0 159 64 36
Octal 377 23 117 0 135 105 0 531 144 66
Binary 11111111 10011 1001111 0 1011101 1000101 0 101011001 1100100 110110

Color Harmonies of #FF134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF134F

Black with #FF134F

Text Example


Text Example

White with #FF134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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