Html Css Color HEX #FB1E2F Torch Red

📋 copy color: '#FB1E2F'

red 251 ◦ green 30 ◦ blue 47

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

Shades of Torch Red #FB1E2F

Tints of Torch Red #FB1E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 76.52%
G = 9.15%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB1E2F (or 0xFB1E2F) is known color: Torch Red. HEX triplet: FB, 1E and 2F. RGB value is (251,30,47). Sum of RGB (Red+Green+Blue) = 251+30+47=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E2F is #04E1D0. Grayscale: #626262. Windows color (decimal): -319953 or 3088123. OLE color: 3088123.

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

Color convert

RGB 251 30 47 -
CMYK 0 0.88 0.81 0.02
HSL 355.38º 0.97% 0.55% -
HSV(B) 355.38º 0.88% 0.98% -
XYZ 40.76 21.64 4.72 -
YUV 98.02 99.22 237.12 -
System Red Green Blue C M Y K H S L
Decimal 251 30 47 0 0.88 0.81 0.02 355.38 0.97 0.55
Hex FB 1E 2F 0 58 51 2 163 61 37
Octal 373 36 57 0 130 121 2 543 141 67
Binary 11111011 11110 101111 0 1011000 1010001 10 101100011 1100001 110111

Color Harmonies of #FB1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E2F

Black with #FB1E2F

Text Example


Text Example

White with #FB1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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