Html Css Color HEX #FB0E32 Torch Red

📋 copy color: '#FB0E32'

red 251 ◦ green 14 ◦ blue 50

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

Shades of Torch Red #FB0E32

Tints of Torch Red #FB0E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 79.68%
G = 4.44%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB0E32 (or 0xFB0E32) is known color: Torch Red. HEX triplet: FB, 0E and 32. RGB value is (251,14,50). Sum of RGB (Red+Green+Blue) = 251+14+50=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E32 is #04F1CD. Grayscale: #595959. Windows color (decimal): -324046 or 3280635. OLE color: 3280635.

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

Color convert

RGB 251 14 50 -
CMYK 0 0.94 0.80 0.02
HSL 350.89º 0.97% 0.52% -
HSV(B) 350.89º 0.94% 0.98% -
XYZ 40.52 21.05 4.95 -
YUV 88.97 106.02 243.57 -
System Red Green Blue C M Y K H S L
Decimal 251 14 50 0 0.94 0.80 0.02 350.89 0.97 0.52
Hex FB E 32 0 5E 50 2 15F 61 34
Octal 373 16 62 0 136 120 2 537 141 64
Binary 11111011 1110 110010 0 1011110 1010000 10 101011111 1100001 110100

Color Harmonies of #FB0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E32

Black with #FB0E32

Text Example


Text Example

White with #FB0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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