Html Css Color HEX #FF0B12 Torch Red

📋 copy color: '#FF0B12'

red 255 ◦ green 11 ◦ blue 18

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

Shades of Torch Red #FF0B12

Tints of Torch Red #FF0B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 89.79%
G = 3.87%
B = 6.34%

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

#FF0B12 (or 0xFF0B12) is known color: Torch Red. HEX triplet: FF, 0B and 12. RGB value is (255,11,18). Sum of RGB (Red+Green+Blue) = 255+11+18=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B12 is #00F4ED. Grayscale: #545454. Windows color (decimal): -62702 or 1182719. OLE color: 1182719.

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

Color convert

RGB 255 11 18 -
CMYK 0 0.96 0.93 0
HSL 358.28º 1% 0.52% -
HSV(B) 358.28º 0.96% 1% -
XYZ 41.47 21.54 2.54 -
YUV 84.75 90.34 249.43 -
System Red Green Blue C M Y K H S L
Decimal 255 11 18 0 0.96 0.93 0 358.28 1 0.52
Hex FF B 12 0 60 5D 0 166 64 34
Octal 377 13 22 0 140 135 0 546 144 64
Binary 11111111 1011 10010 0 1100000 1011101 0 101100110 1100100 110100

Color Harmonies of #FF0B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B12

Black with #FF0B12

Text Example


Text Example

White with #FF0B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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