#FC1335

Color #FC1335 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC1335

Tints of Torch Red #FC1335

Color information

#FC1335 (or 0xFC1335) is unknown color: approx Torch Red. HEX triplet: FC, 13 and 35. RGB value is (252,19,53). Sum of RGB (Red+Green+Blue) = 252+19+53=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1335 is #03ECCA. Grayscale: #5C5C5C. Windows color (decimal): -257227 or 3478524. OLE color: 3478524.

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

Color convert

RGB2521953-
CMYK00.920.790.01
HSL351.24º97.49%53.14%-
HSV(B)351.24º92.46%98.82%-
XYZ41.0221.425.34-
YUV92.54105.69241.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 77.78%
GREEN value IS 19 (7.81% from 255) = 5.86%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=77.78%
G=5.86%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252195300.920.790.01351.2497.4953.14
HexFC133505C4F115f6135
Octal37423650134117153714165
Binary111111001001111010101011100100111111010111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1335; }

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

 H1.HeaderClassName
 {
   color: #FC1335;
 }
 .AnyTagClassName
 {
   color: #FC1335;
 }
</style>
background-color css

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

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

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

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

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

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