Html Css Color HEX #FF0A11 Torch Red

📋 copy color: '#FF0A11'

red 255 ◦ green 10 ◦ blue 17

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

Shades of Torch Red #FF0A11

Tints of Torch Red #FF0A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 90.43%
G = 3.55%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF0A11 (or 0xFF0A11) is known color: Torch Red. HEX triplet: FF, 0A and 11. RGB value is (255,10,17). Sum of RGB (Red+Green+Blue) = 255+10+17=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A11 is #00F5EE. Grayscale: #545454. Windows color (decimal): -62959 or 1116927. OLE color: 1116927.

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

Color convert

RGB 255 10 17 -
CMYK 0 0.96 0.93 0
HSL 358.29º 1% 0.52% -
HSV(B) 358.29º 0.96% 1% -
XYZ 41.45 21.52 2.5 -
YUV 84.05 90.17 249.93 -
System Red Green Blue C M Y K H S L
Decimal 255 10 17 0 0.96 0.93 0 358.29 1 0.52
Hex FF A 11 0 60 5D 0 166 64 34
Octal 377 12 21 0 140 135 0 546 144 64
Binary 11111111 1010 10001 0 1100000 1011101 0 101100110 1100100 110100

Color Harmonies of #FF0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0A11

Black with #FF0A11

Text Example


Text Example

White with #FF0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0A11; }

 p { color: rgb(255,10,17); }

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

background-color css

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

 a { background-color: rgb(255,10,17); }

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

border-color css

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

 span { border-color: rgb(255,10,17); }

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