Html Css Color HEX #FF013A Torch Red

📋 copy color: '#FF013A'

red 255 ◦ green 1 ◦ blue 58

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

Shades of Torch Red #FF013A

Tints of Torch Red #FF013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 81.21%
G = 0.32%
B = 18.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF013A (or 0xFF013A) is known color: Torch Red. HEX triplet: FF, 01 and 3A. RGB value is (255,1,58). Sum of RGB (Red+Green+Blue) = 255+1+58=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF013A is #00FEC5. Grayscale: #535353. Windows color (decimal): -65222 or 3801599. OLE color: 3801599.

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

Color convert

RGB 255 1 58 -
CMYK 0 1.00 0.77 0
HSL 346.54º 1% 0.5% -
HSV(B) 346.54º 1% 1% -
XYZ 42.01 21.59 5.96 -
YUV 83.44 113.65 250.37 -
System Red Green Blue C M Y K H S L
Decimal 255 1 58 0 1.00 0.77 0 346.54 1 0.5
Hex FF 1 3A 0 64 4D 0 15B 64 32
Octal 377 1 72 0 144 115 0 533 144 62
Binary 11111111 1 111010 0 1100100 1001101 0 101011011 1100100 110010

Color Harmonies of #FF013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF013A

Black with #FF013A

Text Example


Text Example

White with #FF013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF013A; }

 p { color: rgb(255,1,58); }

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

background-color css

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

 a { background-color: rgb(255,1,58); }

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

border-color css

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

 span { border-color: rgb(255,1,58); }

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