Html Css Color HEX #FC0A35 Torch Red

📋 copy color: '#FC0A35'

red 252 ◦ green 10 ◦ blue 53

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

Shades of Torch Red #FC0A35

Tints of Torch Red #FC0A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 80%
G = 3.17%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0A35 (or 0xFC0A35) is known color: Torch Red. HEX triplet: FC, 0A and 35. RGB value is (252,10,53). Sum of RGB (Red+Green+Blue) = 252+10+53=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0A35 is #03F5CA. Grayscale: #575757. Windows color (decimal): -259531 or 3476220. OLE color: 3476220.

HSL color Cylindrical-coordinate representation of color #FC0A35: hue angle of 349.34º 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 #FC0A35 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 10 53 -
CMYK 0 0.96 0.79 0.01
HSL 349.34º 0.98% 0.51% -
HSV(B) 349.34º 0.96% 0.99% -
XYZ 40.9 21.17 5.3 -
YUV 87.26 108.67 245.5 -
System Red Green Blue C M Y K H S L
Decimal 252 10 53 0 0.96 0.79 0.01 349.34 0.98 0.51
Hex FC A 35 0 60 4F 1 15D 62 33
Octal 374 12 65 0 140 117 1 535 142 63
Binary 11111100 1010 110101 0 1100000 1001111 1 101011101 1100010 110011

Color Harmonies of #FC0A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A35

Black with #FC0A35

Text Example


Text Example

White with #FC0A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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