Html Css Color HEX #FB1024 Torch Red

📋 copy color: '#FB1024'

red 251 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #FB1024

Tints of Torch Red #FB1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 82.84%
G = 5.28%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1024 (or 0xFB1024) is known color: Torch Red. HEX triplet: FB, 10 and 24. RGB value is (251,16,36). Sum of RGB (Red+Green+Blue) = 251+16+36=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1024 is #04EFDB. Grayscale: #585858. Windows color (decimal): -323548 or 2363643. OLE color: 2363643.

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

Color convert

RGB 251 16 36 -
CMYK 0 0.94 0.86 0.02
HSL 354.89º 0.97% 0.52% -
HSV(B) 354.89º 0.94% 0.98% -
XYZ 40.29 21.01 3.6 -
YUV 88.55 98.36 243.87 -
System Red Green Blue C M Y K H S L
Decimal 251 16 36 0 0.94 0.86 0.02 354.89 0.97 0.52
Hex FB 10 24 0 5E 56 2 163 61 34
Octal 373 20 44 0 136 126 2 543 141 64
Binary 11111011 10000 100100 0 1011110 1010110 10 101100011 1100001 110100

Color Harmonies of #FB1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1024

Black with #FB1024

Text Example


Text Example

White with #FB1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1024; }

 p { color: rgb(251,16,36); }

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

background-color css

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

 a { background-color: rgb(251,16,36); }

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

border-color css

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

 span { border-color: rgb(251,16,36); }

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