#F31C30

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

Shades of Torch Red #F31C30

Tints of Torch Red #F31C30

Color information

#F31C30 (or 0xF31C30) is unknown color: approx Torch Red. HEX triplet: F3, 1C and 30. RGB value is (243,28,48). Sum of RGB (Red+Green+Blue) = 243+28+48=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31C30 is #0CE3CF. Grayscale: #5E5E5E. Windows color (decimal): -844752 or 3153139. OLE color: 3153139.

HSL color Cylindrical-coordinate representation of color #F31C30: hue angle of 354.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C30 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2432848-
CMYK00.880.800.05
HSL354.42º89.96%53.14%-
HSV(B)354.42º88.48%95.29%-
XYZ37.9120.14.68-
YUV94.56101.73233.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.18%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=76.18%
G=8.78%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243284800.880.800.05354.4289.9653.14
HexF31C300585051625a35
Octal36334600130120554213265
Binary11110011111001100000101100010100001011011000101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31C30; }

 p { color: rgb(243,28,48); }

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

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

 a { background-color: rgb(243,28,48); }

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

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

 span { border-color: rgb(243,28,48); }

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