Html Css Color HEX #FB0E2F Torch Red

📋 copy color: '#FB0E2F'

red 251 ◦ green 14 ◦ blue 47

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

Shades of Torch Red #FB0E2F

Tints of Torch Red #FB0E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 80.45%
G = 4.49%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB0E2F (or 0xFB0E2F) is known color: Torch Red. HEX triplet: FB, 0E and 2F. RGB value is (251,14,47). Sum of RGB (Red+Green+Blue) = 251+14+47=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E2F is #04F1D0. Grayscale: #585858. Windows color (decimal): -324049 or 3084027. OLE color: 3084027.

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

Color convert

RGB 251 14 47 -
CMYK 0 0.94 0.81 0.02
HSL 351.65º 0.97% 0.52% -
HSV(B) 351.65º 0.94% 0.98% -
XYZ 40.45 21.03 4.62 -
YUV 88.63 104.52 243.82 -
System Red Green Blue C M Y K H S L
Decimal 251 14 47 0 0.94 0.81 0.02 351.65 0.97 0.52
Hex FB E 2F 0 5E 51 2 160 61 34
Octal 373 16 57 0 136 121 2 540 141 64
Binary 11111011 1110 101111 0 1011110 1010001 10 101100000 1100001 110100

Color Harmonies of #FB0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E2F

Black with #FB0E2F

Text Example


Text Example

White with #FB0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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