Html Css Color HEX #FB0E29 Torch Red

📋 copy color: '#FB0E29'

red 251 ◦ green 14 ◦ blue 41

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

Shades of Torch Red #FB0E29

Tints of Torch Red #FB0E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 82.03%
G = 4.58%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB0E29 (or 0xFB0E29) is known color: Torch Red. HEX triplet: FB, 0E and 29. RGB value is (251,14,41). Sum of RGB (Red+Green+Blue) = 251+14+41=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E29 is #04F1D6. Grayscale: #585858. Windows color (decimal): -324055 or 2690811. OLE color: 2690811.

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

Color convert

RGB 251 14 41 -
CMYK 0 0.94 0.84 0.02
HSL 353.16º 0.97% 0.52% -
HSV(B) 353.16º 0.94% 0.98% -
XYZ 40.34 20.98 4.02 -
YUV 87.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 251 14 41 0 0.94 0.84 0.02 353.16 0.97 0.52
Hex FB E 29 0 5E 54 2 161 61 34
Octal 373 16 51 0 136 124 2 541 141 64
Binary 11111011 1110 101001 0 1011110 1010100 10 101100001 1100001 110100

Color Harmonies of #FB0E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E29

Black with #FB0E29

Text Example


Text Example

White with #FB0E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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