Html Css Color HEX #FF093C Torch Red

📋 copy color: '#FF093C'

red 255 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #FF093C

Tints of Torch Red #FF093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

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

R = 78.7%
G = 2.78%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF093C (or 0xFF093C) is known color: Torch Red. HEX triplet: FF, 09 and 3C. RGB value is (255,9,60). Sum of RGB (Red+Green+Blue) = 255+9+60=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF093C is #00F6C3. Grayscale: #585858. Windows color (decimal): -63172 or 3934719. OLE color: 3934719.

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

Color convert

RGB 255 9 60 -
CMYK 0 0.96 0.76 0
HSL 347.56º 1% 0.52% -
HSV(B) 347.56º 0.96% 1% -
XYZ 42.15 21.78 6.26 -
YUV 88.37 112 246.85 -
System Red Green Blue C M Y K H S L
Decimal 255 9 60 0 0.96 0.76 0 347.56 1 0.52
Hex FF 9 3C 0 60 4C 0 15C 64 34
Octal 377 11 74 0 140 114 0 534 144 64
Binary 11111111 1001 111100 0 1100000 1001100 0 101011100 1100100 110100

Color Harmonies of #FF093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF093C

Black with #FF093C

Text Example


Text Example

White with #FF093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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