Html Css Color HEX #FB142A Torch Red

📋 copy color: '#FB142A'

red 251 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #FB142A

Tints of Torch Red #FB142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 80.19%
G = 6.39%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB142A (or 0xFB142A) is known color: Torch Red. HEX triplet: FB, 14 and 2A. RGB value is (251,20,42). Sum of RGB (Red+Green+Blue) = 251+20+42=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB142A is #04EBD5. Grayscale: #5B5B5B. Windows color (decimal): -322518 or 2757883. OLE color: 2757883.

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

Color convert

RGB 251 20 42 -
CMYK 0 0.92 0.83 0.02
HSL 354.29º 0.97% 0.53% -
HSV(B) 354.29º 0.92% 0.98% -
XYZ 40.45 21.18 4.15 -
YUV 91.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 251 20 42 0 0.92 0.83 0.02 354.29 0.97 0.53
Hex FB 14 2A 0 5C 53 2 162 61 35
Octal 373 24 52 0 134 123 2 542 141 65
Binary 11111011 10100 101010 0 1011100 1010011 10 101100010 1100001 110101

Color Harmonies of #FB142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB142A

Black with #FB142A

Text Example


Text Example

White with #FB142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB142A; }

 p { color: rgb(251,20,42); }

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

background-color css

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

 a { background-color: rgb(251,20,42); }

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

border-color css

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

 span { border-color: rgb(251,20,42); }

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