Html Css Color HEX #FF010B Torch Red

📋 copy color: '#FF010B'

red 255 ◦ green 1 ◦ blue 11

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

Shades of Torch Red #FF010B

Tints of Torch Red #FF010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 95.51%
G = 0.37%
B = 4.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF010B (or 0xFF010B) is known color: Torch Red. HEX triplet: FF, 01 and 0B. RGB value is (255,1,11). Sum of RGB (Red+Green+Blue) = 255+1+11=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF010B is #00FEF4. Grayscale: #4E4E4E. Windows color (decimal): -65269 or 721407. OLE color: 721407.

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

Color convert

RGB 255 1 11 -
CMYK 0 1.00 0.96 0
HSL 357.64º 1% 0.5% -
HSV(B) 357.64º 1% 1% -
XYZ 41.31 21.31 2.25 -
YUV 78.09 90.15 254.19 -
System Red Green Blue C M Y K H S L
Decimal 255 1 11 0 1.00 0.96 0 357.64 1 0.5
Hex FF 1 B 0 64 60 0 166 64 32
Octal 377 1 13 0 144 140 0 546 144 62
Binary 11111111 1 1011 0 1100100 1100000 0 101100110 1100100 110010

Color Harmonies of #FF010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF010B

Black with #FF010B

Text Example


Text Example

White with #FF010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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