Html Css Color HEX #FF093E Torch Red

📋 copy color: '#FF093E'

red 255 ◦ green 9 ◦ blue 62

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

Shades of Torch Red #FF093E

Tints of Torch Red #FF093E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 78.22%
G = 2.76%
B = 19.02%

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

#FF093E (or 0xFF093E) is known color: Torch Red. HEX triplet: FF, 09 and 3E. RGB value is (255,9,62). Sum of RGB (Red+Green+Blue) = 255+9+62=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF093E is #00F6C1. Grayscale: #585858. Windows color (decimal): -63170 or 4065791. OLE color: 4065791.

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

Color convert

RGB 255 9 62 -
CMYK 0 0.96 0.76 0
HSL 347.07º 1% 0.52% -
HSV(B) 347.07º 0.96% 1% -
XYZ 42.21 21.8 6.54 -
YUV 88.6 113 246.69 -
System Red Green Blue C M Y K H S L
Decimal 255 9 62 0 0.96 0.76 0 347.07 1 0.52
Hex FF 9 3E 0 60 4C 0 15B 64 34
Octal 377 11 76 0 140 114 0 533 144 64
Binary 11111111 1001 111110 0 1100000 1001100 0 101011011 1100100 110100

Color Harmonies of #FF093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF093E

Black with #FF093E

Text Example


Text Example

White with #FF093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF093E; }

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

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

background-color css

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

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

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

border-color css

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

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

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