Html Css Color HEX #FC0035 Torch Red

📋 copy color: '#FC0035'

red 252 ◦ green 0 ◦ blue 53

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

Shades of Torch Red #FC0035

Tints of Torch Red #FC0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.62%
G = 0%
B = 17.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0035 (or 0xFC0035) is known color: Torch Red. HEX triplet: FC, 00 and 35. RGB value is (252,0,53). Sum of RGB (Red+Green+Blue) = 252+0+53=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0035 is #03FFCA. Grayscale: #515151. Windows color (decimal): -262091 or 3473660. OLE color: 3473660.

HSL color Cylindrical-coordinate representation of color #FC0035: hue angle of 347.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0035 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 53 -
CMYK 0 1 0.79 0.01
HSL 347.38º 1% 0.49% -
HSV(B) 347.38º 1% 0.99% -
XYZ 40.79 20.95 5.26 -
YUV 81.39 111.99 249.69 -
System Red Green Blue C M Y K H S L
Decimal 252 0 53 0 1 0.79 0.01 347.38 1 0.49
Hex FC 0 35 0 64 4F 1 15B 64 31
Octal 374 0 65 0 144 117 1 533 144 61
Binary 11111100 0 110101 0 1100100 1001111 1 101011011 1100100 110001

Color Harmonies of #FC0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0035

Black with #FC0035

Text Example


Text Example

White with #FC0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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