Html Css Color HEX #FB0E3A Torch Red

📋 copy color: '#FB0E3A'

red 251 ◦ green 14 ◦ blue 58

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

Shades of Torch Red #FB0E3A

Tints of Torch Red #FB0E3A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.33%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 77.71%
G = 4.33%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB0E3A (or 0xFB0E3A) is known color: Torch Red. HEX triplet: FB, 0E and 3A. RGB value is (251,14,58). Sum of RGB (Red+Green+Blue) = 251+14+58=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E3A is #04F1C5. Grayscale: #595959. Windows color (decimal): -324038 or 3804923. OLE color: 3804923.

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

Color convert

RGB 251 14 58 -
CMYK 0 0.94 0.77 0.02
HSL 348.86º 0.97% 0.52% -
HSV(B) 348.86º 0.94% 0.98% -
XYZ 40.7 21.13 5.94 -
YUV 89.88 110.02 242.92 -
System Red Green Blue C M Y K H S L
Decimal 251 14 58 0 0.94 0.77 0.02 348.86 0.97 0.52
Hex FB E 3A 0 5E 4D 2 15D 61 34
Octal 373 16 72 0 136 115 2 535 141 64
Binary 11111011 1110 111010 0 1011110 1001101 10 101011101 1100001 110100

Color Harmonies of #FB0E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E3A

Black with #FB0E3A

Text Example


Text Example

White with #FB0E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E3A; }

 p { color: rgb(251,14,58); }

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

background-color css

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

 a { background-color: rgb(251,14,58); }

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

border-color css

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

 span { border-color: rgb(251,14,58); }

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