Html Css Color HEX #FB253A Torch Red

📋 copy color: '#FB253A'

red 251 ◦ green 37 ◦ blue 58

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

Shades of Torch Red #FB253A

Tints of Torch Red #FB253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 72.54%
G = 10.69%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB253A (or 0xFB253A) is known color: Torch Red. HEX triplet: FB, 25 and 3A. RGB value is (251,37,58). Sum of RGB (Red+Green+Blue) = 251+37+58=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB253A is #04DAC5. Grayscale: #676767. Windows color (decimal): -318150 or 3810811. OLE color: 3810811.

HSL color Cylindrical-coordinate representation of color #FB253A: hue angle of 354.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB253A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 37 58 -
CMYK 0 0.85 0.77 0.02
HSL 354.11º 0.96% 0.56% -
HSV(B) 354.11º 0.85% 0.98% -
XYZ 41.21 22.14 6.1 -
YUV 103.38 102.4 233.29 -
System Red Green Blue C M Y K H S L
Decimal 251 37 58 0 0.85 0.77 0.02 354.11 0.96 0.56
Hex FB 25 3A 0 55 4D 2 162 60 38
Octal 373 45 72 0 125 115 2 542 140 70
Binary 11111011 100101 111010 0 1010101 1001101 10 101100010 1100000 111000

Color Harmonies of #FB253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB253A

Black with #FB253A

Text Example


Text Example

White with #FB253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB253A; }

 p { color: rgb(251,37,58); }

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

background-color css

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

 a { background-color: rgb(251,37,58); }

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

border-color css

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

 span { border-color: rgb(251,37,58); }

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