Html Css Color HEX #FF0B50 Torch Red

📋 copy color: '#FF0B50'

red 255 ◦ green 11 ◦ blue 80

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

Shades of Torch Red #FF0B50

Tints of Torch Red #FF0B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 73.7%
G = 3.18%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF0B50 (or 0xFF0B50) is known color: Torch Red. HEX triplet: FF, 0B and 50. RGB value is (255,11,80). Sum of RGB (Red+Green+Blue) = 255+11+80=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0B50 is #00F4AF. Grayscale: #5B5B5B. Windows color (decimal): -62640 or 5245951. OLE color: 5245951.

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

Color convert

RGB 255 11 80 -
CMYK 0 0.96 0.69 0
HSL 343.03º 1% 0.52% -
HSV(B) 343.03º 0.96% 1% -
XYZ 42.81 22.08 9.59 -
YUV 91.82 121.34 244.39 -
System Red Green Blue C M Y K H S L
Decimal 255 11 80 0 0.96 0.69 0 343.03 1 0.52
Hex FF B 50 0 60 45 0 157 64 34
Octal 377 13 120 0 140 105 0 527 144 64
Binary 11111111 1011 1010000 0 1100000 1000101 0 101010111 1100100 110100

Color Harmonies of #FF0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0B50

Black with #FF0B50

Text Example


Text Example

White with #FF0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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