Html Css Color HEX #FC0A0D Torch Red

📋 copy color: '#FC0A0D'

red 252 ◦ green 10 ◦ blue 13

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

Shades of Torch Red #FC0A0D

Tints of Torch Red #FC0A0D

RGB

 RED value IS 252 (98.83% from 255) = 91.64%

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

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

R = 91.64%
G = 3.64%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC0A0D (or 0xFC0A0D) is known color: Torch Red. HEX triplet: FC, 0A and 0D. RGB value is (252,10,13). Sum of RGB (Red+Green+Blue) = 252+10+13=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A0D is #03F5F2. Grayscale: #525252. Windows color (decimal): -259571 or 854780. OLE color: 854780.

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

Color convert

RGB 252 10 13 -
CMYK 0 0.96 0.95 0.01
HSL 359.26º 0.98% 0.51% -
HSV(B) 359.26º 0.96% 0.99% -
XYZ 40.33 20.94 2.3 -
YUV 82.7 88.67 248.76 -
System Red Green Blue C M Y K H S L
Decimal 252 10 13 0 0.96 0.95 0.01 359.26 0.98 0.51
Hex FC A D 0 60 5F 1 167 62 33
Octal 374 12 15 0 140 137 1 547 142 63
Binary 11111100 1010 1101 0 1100000 1011111 1 101100111 1100010 110011

Color Harmonies of #FC0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A0D

Black with #FC0A0D

Text Example


Text Example

White with #FC0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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