#F30C2A

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

Shades of Torch Red #F30C2A

Tints of Torch Red #F30C2A

Color information

#F30C2A (or 0xF30C2A) is unknown color: approx Torch Red. HEX triplet: F3, 0C and 2A. RGB value is (243,12,42). Sum of RGB (Red+Green+Blue) = 243+12+42=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30C2A is #0CF3D5. Grayscale: #545454. Windows color (decimal): -848854 or 2755827. OLE color: 2755827.

HSL color Cylindrical-coordinate representation of color #F30C2A: hue angle of 352.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30C2A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB2431242-
CMYK00.950.830.05
HSL352.21º90.59%50%-
HSV(B)352.21º95.06%95.29%-
XYZ37.5119.483.97-
YUV84.49104.03241.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=81.82%
G=4.04%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243124200.950.830.05352.2190.5950
HexF3C2A05F5351605b32
Octal36314520137123554013362
Binary1111001111001010100101111110100111011011000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C2A; }

 p { color: rgb(243,12,42); }

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

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

 a { background-color: rgb(243,12,42); }

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

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

 span { border-color: rgb(243,12,42); }

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