Html Css Color HEX #FF083A Torch Red

📋 copy color: '#FF083A'

red 255 ◦ green 8 ◦ blue 58

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

Shades of Torch Red #FF083A

Tints of Torch Red #FF083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 79.44%
G = 2.49%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF083A (or 0xFF083A) is known color: Torch Red. HEX triplet: FF, 08 and 3A. RGB value is (255,8,58). Sum of RGB (Red+Green+Blue) = 255+8+58=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF083A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF083A is #00F7C5. Grayscale: #575757. Windows color (decimal): -63430 or 3803391. OLE color: 3803391.

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

Color convert

RGB 255 8 58 -
CMYK 0 0.97 0.77 0
HSL 347.85º 1% 0.52% -
HSV(B) 347.85º 0.97% 1% -
XYZ 42.09 21.74 5.98 -
YUV 87.55 111.33 247.43 -
System Red Green Blue C M Y K H S L
Decimal 255 8 58 0 0.97 0.77 0 347.85 1 0.52
Hex FF 8 3A 0 61 4D 0 15C 64 34
Octal 377 10 72 0 141 115 0 534 144 64
Binary 11111111 1000 111010 0 1100001 1001101 0 101011100 1100100 110100

Color Harmonies of #FF083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF083A

Black with #FF083A

Text Example


Text Example

White with #FF083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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