Html Css Color HEX #FB030B Torch Red

📋 copy color: '#FB030B'

red 251 ◦ green 3 ◦ blue 11

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

Shades of Torch Red #FB030B

Tints of Torch Red #FB030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 94.72%
G = 1.13%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB030B (or 0xFB030B) is known color: Torch Red. HEX triplet: FB, 03 and 0B. RGB value is (251,3,11). Sum of RGB (Red+Green+Blue) = 251+3+11=265 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.72% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 251 - color contains mainly: red. Hex color #FB030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB030B is #04FCF4. Grayscale: #4E4E4E. Windows color (decimal): -326901 or 721915. OLE color: 721915.

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

Color convert

RGB 251 3 11 -
CMYK 0 0.99 0.96 0.02
HSL 358.06º 0.98% 0.5% -
HSV(B) 358.06º 0.99% 0.98% -
XYZ 39.88 20.6 2.19 -
YUV 78.06 90.16 251.35 -
System Red Green Blue C M Y K H S L
Decimal 251 3 11 0 0.99 0.96 0.02 358.06 0.98 0.5
Hex FB 3 B 0 63 60 2 166 62 32
Octal 373 3 13 0 143 140 2 546 142 62
Binary 11111011 11 1011 0 1100011 1100000 10 101100110 1100010 110010

Color Harmonies of #FB030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB030B

Black with #FB030B

Text Example


Text Example

White with #FB030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB030B; }

 p { color: rgb(251,3,11); }

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

background-color css

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

 a { background-color: rgb(251,3,11); }

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

border-color css

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

 span { border-color: rgb(251,3,11); }

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