Html Css Color HEX #FC0735 Torch Red

📋 copy color: '#FC0735'

red 252 ◦ green 7 ◦ blue 53

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

Shades of Torch Red #FC0735

Tints of Torch Red #FC0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 80.77%
G = 2.24%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0735 (or 0xFC0735) is known color: Torch Red. HEX triplet: FC, 07 and 35. RGB value is (252,7,53). Sum of RGB (Red+Green+Blue) = 252+7+53=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0735 is #03F8CA. Grayscale: #555555. Windows color (decimal): -260299 or 3475452. OLE color: 3475452.

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

Color convert

RGB 252 7 53 -
CMYK 0 0.97 0.79 0.01
HSL 348.73º 0.98% 0.51% -
HSV(B) 348.73º 0.97% 0.99% -
XYZ 40.86 21.1 5.29 -
YUV 85.5 109.67 246.76 -
System Red Green Blue C M Y K H S L
Decimal 252 7 53 0 0.97 0.79 0.01 348.73 0.98 0.51
Hex FC 7 35 0 61 4F 1 15D 62 33
Octal 374 7 65 0 141 117 1 535 142 63
Binary 11111100 111 110101 0 1100001 1001111 1 101011101 1100010 110011

Color Harmonies of #FC0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0735

Black with #FC0735

Text Example


Text Example

White with #FC0735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0735; }

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

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

background-color css

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

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

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

border-color css

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

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

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