Html Css Color HEX #FF083F Torch Red

📋 copy color: '#FF083F'

red 255 ◦ green 8 ◦ blue 63

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

Shades of Torch Red #FF083F

Tints of Torch Red #FF083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 78.22%
G = 2.45%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF083F (or 0xFF083F) is known color: Torch Red. HEX triplet: FF, 08 and 3F. RGB value is (255,8,63). Sum of RGB (Red+Green+Blue) = 255+8+63=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF083F is #00F7C0. Grayscale: #585858. Windows color (decimal): -63425 or 4131071. OLE color: 4131071.

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

Color convert

RGB 255 8 63 -
CMYK 0 0.97 0.75 0
HSL 346.64º 1% 0.52% -
HSV(B) 346.64º 0.97% 1% -
XYZ 42.22 21.79 6.68 -
YUV 88.12 113.83 247.03 -
System Red Green Blue C M Y K H S L
Decimal 255 8 63 0 0.97 0.75 0 346.64 1 0.52
Hex FF 8 3F 0 61 4B 0 15B 64 34
Octal 377 10 77 0 141 113 0 533 144 64
Binary 11111111 1000 111111 0 1100001 1001011 0 101011011 1100100 110100

Color Harmonies of #FF083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF083F

Black with #FF083F

Text Example


Text Example

White with #FF083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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