Html Css Color HEX #FB0A0D Torch Red

📋 copy color: '#FB0A0D'

red 251 ◦ green 10 ◦ blue 13

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

Shades of Torch Red #FB0A0D

Tints of Torch Red #FB0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 91.61%
G = 3.65%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB0A0D (or 0xFB0A0D) is known color: Torch Red. HEX triplet: FB, 0A and 0D. RGB value is (251,10,13). Sum of RGB (Red+Green+Blue) = 251+10+13=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0A0D is #04F5F2. Grayscale: #525252. Windows color (decimal): -325107 or 854779. OLE color: 854779.

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

Color convert

RGB 251 10 13 -
CMYK 0 0.96 0.95 0.02
HSL 359.25º 0.97% 0.51% -
HSV(B) 359.25º 0.96% 0.98% -
XYZ 39.96 20.76 2.28 -
YUV 82.4 88.84 248.26 -
System Red Green Blue C M Y K H S L
Decimal 251 10 13 0 0.96 0.95 0.02 359.25 0.97 0.51
Hex FB A D 0 60 5F 2 167 61 33
Octal 373 12 15 0 140 137 2 547 141 63
Binary 11111011 1010 1101 0 1100000 1011111 10 101100111 1100001 110011

Color Harmonies of #FB0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A0D

Black with #FB0A0D

Text Example


Text Example

White with #FB0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A0D; }

 p { color: rgb(251,10,13); }

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

background-color css

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

 a { background-color: rgb(251,10,13); }

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

border-color css

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

 span { border-color: rgb(251,10,13); }

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