Html Css Color HEX #FB0C0D Torch Red

📋 copy color: '#FB0C0D'

red 251 ◦ green 12 ◦ blue 13

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

Shades of Torch Red #FB0C0D

Tints of Torch Red #FB0C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 90.94%
G = 4.35%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB0C0D (or 0xFB0C0D) is known color: Torch Red. HEX triplet: FB, 0C and 0D. RGB value is (251,12,13). Sum of RGB (Red+Green+Blue) = 251+12+13=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0C0D is #04F3F2. Grayscale: #535353. Windows color (decimal): -324595 or 855291. OLE color: 855291.

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

Color convert

RGB 251 12 13 -
CMYK 0 0.95 0.95 0.02
HSL 359.75º 0.97% 0.52% -
HSV(B) 359.75º 0.95% 0.98% -
XYZ 39.99 20.8 2.29 -
YUV 83.58 88.18 247.42 -
System Red Green Blue C M Y K H S L
Decimal 251 12 13 0 0.95 0.95 0.02 359.75 0.97 0.52
Hex FB C D 0 5F 5F 2 168 61 34
Octal 373 14 15 0 137 137 2 550 141 64
Binary 11111011 1100 1101 0 1011111 1011111 10 101101000 1100001 110100

Color Harmonies of #FB0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0C0D

Black with #FB0C0D

Text Example


Text Example

White with #FB0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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