Html Css Color HEX #FB1E29 Torch Red

📋 copy color: '#FB1E29'

red 251 ◦ green 30 ◦ blue 41

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

Shades of Torch Red #FB1E29

Tints of Torch Red #FB1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 77.95%
G = 9.32%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB1E29 (or 0xFB1E29) is known color: Torch Red. HEX triplet: FB, 1E and 29. RGB value is (251,30,41). Sum of RGB (Red+Green+Blue) = 251+30+41=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E29 is #04E1D6. Grayscale: #616161. Windows color (decimal): -319959 or 2694907. OLE color: 2694907.

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

Color convert

RGB 251 30 41 -
CMYK 0 0.88 0.84 0.02
HSL 357.01º 0.97% 0.55% -
HSV(B) 357.01º 0.88% 0.98% -
XYZ 40.65 21.6 4.12 -
YUV 97.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 251 30 41 0 0.88 0.84 0.02 357.01 0.97 0.55
Hex FB 1E 29 0 58 54 2 165 61 37
Octal 373 36 51 0 130 124 2 545 141 67
Binary 11111011 11110 101001 0 1011000 1010100 10 101100101 1100001 110111

Color Harmonies of #FB1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E29

Black with #FB1E29

Text Example


Text Example

White with #FB1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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