Html Css Color HEX #FF053A Torch Red

📋 copy color: '#FF053A'

red 255 ◦ green 5 ◦ blue 58

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

Shades of Torch Red #FF053A

Tints of Torch Red #FF053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 80.19%
G = 1.57%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF053A (or 0xFF053A) is known color: Torch Red. HEX triplet: FF, 05 and 3A. RGB value is (255,5,58). Sum of RGB (Red+Green+Blue) = 255+5+58=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF053A is #00FAC5. Grayscale: #555555. Windows color (decimal): -64198 or 3802623. OLE color: 3802623.

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

Color convert

RGB 255 5 58 -
CMYK 0 0.98 0.77 0
HSL 347.28º 1% 0.51% -
HSV(B) 347.28º 0.98% 1% -
XYZ 42.06 21.67 5.97 -
YUV 85.79 112.33 248.69 -
System Red Green Blue C M Y K H S L
Decimal 255 5 58 0 0.98 0.77 0 347.28 1 0.51
Hex FF 5 3A 0 62 4D 0 15B 64 33
Octal 377 5 72 0 142 115 0 533 144 63
Binary 11111111 101 111010 0 1100010 1001101 0 101011011 1100100 110011

Color Harmonies of #FF053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF053A

Black with #FF053A

Text Example


Text Example

White with #FF053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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