Html Css Color HEX #FF023A Torch Red

📋 copy color: '#FF023A'

red 255 ◦ green 2 ◦ blue 58

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

Shades of Torch Red #FF023A

Tints of Torch Red #FF023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 80.95%
G = 0.63%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF023A (or 0xFF023A) is known color: Torch Red. HEX triplet: FF, 02 and 3A. RGB value is (255,2,58). Sum of RGB (Red+Green+Blue) = 255+2+58=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF023A is #00FDC5. Grayscale: #545454. Windows color (decimal): -64966 or 3801855. OLE color: 3801855.

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

Color convert

RGB 255 2 58 -
CMYK 0 0.99 0.77 0
HSL 346.72º 1% 0.5% -
HSV(B) 346.72º 0.99% 1% -
XYZ 42.03 21.61 5.96 -
YUV 84.03 113.32 249.95 -
System Red Green Blue C M Y K H S L
Decimal 255 2 58 0 0.99 0.77 0 346.72 1 0.5
Hex FF 2 3A 0 63 4D 0 15B 64 32
Octal 377 2 72 0 143 115 0 533 144 62
Binary 11111111 10 111010 0 1100011 1001101 0 101011011 1100100 110010

Color Harmonies of #FF023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF023A

Black with #FF023A

Text Example


Text Example

White with #FF023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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