Html Css Color HEX #FF0B10 Torch Red

📋 copy color: '#FF0B10'

red 255 ◦ green 11 ◦ blue 16

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

Shades of Torch Red #FF0B10

Tints of Torch Red #FF0B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 90.43%
G = 3.9%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF0B10 (or 0xFF0B10) is known color: Torch Red. HEX triplet: FF, 0B and 10. RGB value is (255,11,16). Sum of RGB (Red+Green+Blue) = 255+11+16=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B10 is #00F4EF. Grayscale: #545454. Windows color (decimal): -62704 or 1051647. OLE color: 1051647.

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

Color convert

RGB 255 11 16 -
CMYK 0 0.96 0.94 0
HSL 358.77º 1% 0.52% -
HSV(B) 358.77º 0.96% 1% -
XYZ 41.45 21.54 2.46 -
YUV 84.53 89.34 249.59 -
System Red Green Blue C M Y K H S L
Decimal 255 11 16 0 0.96 0.94 0 358.77 1 0.52
Hex FF B 10 0 60 5E 0 167 64 34
Octal 377 13 20 0 140 136 0 547 144 64
Binary 11111111 1011 10000 0 1100000 1011110 0 101100111 1100100 110100

Color Harmonies of #FF0B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B10

Black with #FF0B10

Text Example


Text Example

White with #FF0B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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