Html Css Color HEX #FF091F Torch Red

📋 copy color: '#FF091F'

red 255 ◦ green 9 ◦ blue 31

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

Shades of Torch Red #FF091F

Tints of Torch Red #FF091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 86.44%
G = 3.05%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF091F (or 0xFF091F) is known color: Torch Red. HEX triplet: FF, 09 and 1F. RGB value is (255,9,31). Sum of RGB (Red+Green+Blue) = 255+9+31=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF091F is #00F6E0. Grayscale: #555555. Windows color (decimal): -63201 or 2034175. OLE color: 2034175.

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

Color convert

RGB 255 9 31 -
CMYK 0 0.96 0.88 0
HSL 354.63º 1% 0.52% -
HSV(B) 354.63º 0.96% 1% -
XYZ 41.59 21.55 3.26 -
YUV 85.06 97.5 249.21 -
System Red Green Blue C M Y K H S L
Decimal 255 9 31 0 0.96 0.88 0 354.63 1 0.52
Hex FF 9 1F 0 60 58 0 163 64 34
Octal 377 11 37 0 140 130 0 543 144 64
Binary 11111111 1001 11111 0 1100000 1011000 0 101100011 1100100 110100

Color Harmonies of #FF091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF091F

Black with #FF091F

Text Example


Text Example

White with #FF091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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