Html Css Color HEX #FB0A40 Torch Red

📋 copy color: '#FB0A40'

red 251 ◦ green 10 ◦ blue 64

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

Shades of Torch Red #FB0A40

Tints of Torch Red #FB0A40

RGB

 RED value IS 251 (98.44% from 255) = 77.23%

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 77.23%
G = 3.08%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB0A40 (or 0xFB0A40) is known color: Torch Red. HEX triplet: FB, 0A and 40. RGB value is (251,10,64). Sum of RGB (Red+Green+Blue) = 251+10+64=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A40 is #04F5BF. Grayscale: #585858. Windows color (decimal): -325056 or 4197115. OLE color: 4197115.

HSL color Cylindrical-coordinate representation of color #FB0A40: hue angle of 346.56º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A40 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 10 64 -
CMYK 0 0.96 0.75 0.02
HSL 346.56º 0.97% 0.51% -
HSV(B) 346.56º 0.96% 0.98% -
XYZ 40.82 21.1 6.77 -
YUV 88.22 114.34 244.11 -
System Red Green Blue C M Y K H S L
Decimal 251 10 64 0 0.96 0.75 0.02 346.56 0.97 0.51
Hex FB A 40 0 60 4B 2 15B 61 33
Octal 373 12 100 0 140 113 2 533 141 63
Binary 11111011 1010 1000000 0 1100000 1001011 10 101011011 1100001 110011

Color Harmonies of #FB0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A40

Black with #FB0A40

Text Example


Text Example

White with #FB0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A40; }

 p { color: rgb(251,10,64); }

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

background-color css

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

 a { background-color: rgb(251,10,64); }

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

border-color css

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

 span { border-color: rgb(251,10,64); }

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