Html Css Color HEX #FF083C Torch Red

📋 copy color: '#FF083C'

red 255 ◦ green 8 ◦ blue 60

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

Shades of Torch Red #FF083C

Tints of Torch Red #FF083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 78.95%
G = 2.48%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF083C (or 0xFF083C) is known color: Torch Red. HEX triplet: FF, 08 and 3C. RGB value is (255,8,60). Sum of RGB (Red+Green+Blue) = 255+8+60=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF083C is #00F7C3. Grayscale: #575757. Windows color (decimal): -63428 or 3934463. OLE color: 3934463.

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

Color convert

RGB 255 8 60 -
CMYK 0 0.97 0.76 0
HSL 347.37º 1% 0.52% -
HSV(B) 347.37º 0.97% 1% -
XYZ 42.14 21.76 6.25 -
YUV 87.78 112.33 247.27 -
System Red Green Blue C M Y K H S L
Decimal 255 8 60 0 0.97 0.76 0 347.37 1 0.52
Hex FF 8 3C 0 61 4C 0 15B 64 34
Octal 377 10 74 0 141 114 0 533 144 64
Binary 11111111 1000 111100 0 1100001 1001100 0 101011011 1100100 110100

Color Harmonies of #FF083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF083C

Black with #FF083C

Text Example


Text Example

White with #FF083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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