Html Css Color HEX #FF011F Torch Red

📋 copy color: '#FF011F'

red 255 ◦ green 1 ◦ blue 31

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

Shades of Torch Red #FF011F

Tints of Torch Red #FF011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 88.85%
G = 0.35%
B = 10.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF011F (or 0xFF011F) is known color: Torch Red. HEX triplet: FF, 01 and 1F. RGB value is (255,1,31). Sum of RGB (Red+Green+Blue) = 255+1+31=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF011F is #00FEE0. Grayscale: #505050. Windows color (decimal): -65249 or 2032127. OLE color: 2032127.

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

Color convert

RGB 255 1 31 -
CMYK 0 1.00 0.88 0
HSL 352.91º 1% 0.5% -
HSV(B) 352.91º 1% 1% -
XYZ 41.5 21.38 3.24 -
YUV 80.37 100.15 252.56 -
System Red Green Blue C M Y K H S L
Decimal 255 1 31 0 1.00 0.88 0 352.91 1 0.5
Hex FF 1 1F 0 64 58 0 161 64 32
Octal 377 1 37 0 144 130 0 541 144 62
Binary 11111111 1 11111 0 1100100 1011000 0 101100001 1100100 110010

Color Harmonies of #FF011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF011F

Black with #FF011F

Text Example


Text Example

White with #FF011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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