Html Css Color HEX #FB0E2E Torch Red

📋 copy color: '#FB0E2E'

red 251 ◦ green 14 ◦ blue 46

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

Shades of Torch Red #FB0E2E

Tints of Torch Red #FB0E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 80.71%
G = 4.5%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB0E2E (or 0xFB0E2E) is known color: Torch Red. HEX triplet: FB, 0E and 2E. RGB value is (251,14,46). Sum of RGB (Red+Green+Blue) = 251+14+46=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E2E is #04F1D1. Grayscale: #585858. Windows color (decimal): -324050 or 3018491. OLE color: 3018491.

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

Color convert

RGB 251 14 46 -
CMYK 0 0.94 0.82 0.02
HSL 351.9º 0.97% 0.52% -
HSV(B) 351.9º 0.94% 0.98% -
XYZ 40.43 21.02 4.51 -
YUV 88.51 104.02 243.9 -
System Red Green Blue C M Y K H S L
Decimal 251 14 46 0 0.94 0.82 0.02 351.9 0.97 0.52
Hex FB E 2E 0 5E 52 2 160 61 34
Octal 373 16 56 0 136 122 2 540 141 64
Binary 11111011 1110 101110 0 1011110 1010010 10 101100000 1100001 110100

Color Harmonies of #FB0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E2E

Black with #FB0E2E

Text Example


Text Example

White with #FB0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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