Html Css Color HEX #FB1C1E Torch Red

📋 copy color: '#FB1C1E'

red 251 ◦ green 28 ◦ blue 30

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

Shades of Torch Red #FB1C1E

Tints of Torch Red #FB1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 81.23%
G = 9.06%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB1C1E (or 0xFB1C1E) is known color: Torch Red. HEX triplet: FB, 1C and 1E. RGB value is (251,28,30). Sum of RGB (Red+Green+Blue) = 251+28+30=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1C1E is #04E3E1. Grayscale: #5F5F5F. Windows color (decimal): -320482 or 1973499. OLE color: 1973499.

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

Color convert

RGB 251 28 30 -
CMYK 0 0.89 0.88 0.02
HSL 359.46º 0.97% 0.55% -
HSV(B) 359.46º 0.89% 0.98% -
XYZ 40.43 21.43 3.23 -
YUV 94.91 91.38 239.34 -
System Red Green Blue C M Y K H S L
Decimal 251 28 30 0 0.89 0.88 0.02 359.46 0.97 0.55
Hex FB 1C 1E 0 59 58 2 167 61 37
Octal 373 34 36 0 131 130 2 547 141 67
Binary 11111011 11100 11110 0 1011001 1011000 10 101100111 1100001 110111

Color Harmonies of #FB1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C1E

Black with #FB1C1E

Text Example


Text Example

White with #FB1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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