Html Css Color HEX #FF092E Torch Red

📋 copy color: '#FF092E'

red 255 ◦ green 9 ◦ blue 46

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

Shades of Torch Red #FF092E

Tints of Torch Red #FF092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 82.26%
G = 2.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF092E (or 0xFF092E) is known color: Torch Red. HEX triplet: FF, 09 and 2E. RGB value is (255,9,46). Sum of RGB (Red+Green+Blue) = 255+9+46=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF092E is #00F6D1. Grayscale: #565656. Windows color (decimal): -63186 or 3017215. OLE color: 3017215.

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

Color convert

RGB 255 9 46 -
CMYK 0 0.96 0.82 0
HSL 350.98º 1% 0.52% -
HSV(B) 350.98º 0.96% 1% -
XYZ 41.83 21.65 4.56 -
YUV 86.77 105 247.99 -
System Red Green Blue C M Y K H S L
Decimal 255 9 46 0 0.96 0.82 0 350.98 1 0.52
Hex FF 9 2E 0 60 52 0 15F 64 34
Octal 377 11 56 0 140 122 0 537 144 64
Binary 11111111 1001 101110 0 1100000 1010010 0 101011111 1100100 110100

Color Harmonies of #FF092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF092E

Black with #FF092E

Text Example


Text Example

White with #FF092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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