#F51635

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

Shades of Torch Red #F51635

Tints of Torch Red #F51635

Color information

#F51635 (or 0xF51635) is unknown color: approx Torch Red. HEX triplet: F5, 16 and 35. RGB value is (245,22,53). Sum of RGB (Red+Green+Blue) = 245+22+53=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F51635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51635 is #0AE9CA. Grayscale: #5C5C5C. Windows color (decimal): -715211 or 3479285. OLE color: 3479285.

HSL color Cylindrical-coordinate representation of color #F51635: hue angle of 351.66º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51635 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2452253-
CMYK00.910.780.04
HSL351.66º91.77%52.35%-
HSV(B)351.66º91.02%96.08%-
XYZ38.5920.245.24-
YUV92.21105.88236.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.56%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=76.56%
G=6.88%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245225300.910.780.04351.6691.7752.35
HexF5163505B4E41605c34
Octal36526650133116454013464
Binary11110101101101101010101101110011101001011000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51635; }

 p { color: rgb(245,22,53); }

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

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

 a { background-color: rgb(245,22,53); }

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

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

 span { border-color: rgb(245,22,53); }

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