#FF202E

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

Shades of Torch Red #FF202E

Tints of Torch Red #FF202E

Color information

#FF202E (or 0xFF202E) is unknown color: approx Torch Red. HEX triplet: FF, 20 and 2E. RGB value is (255,32,46). Sum of RGB (Red+Green+Blue) = 255+32+46=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF202E is #00DFD1. Grayscale: #646464. Windows color (decimal): -57298 or 3023103. OLE color: 3023103.

HSL color Cylindrical-coordinate representation of color #FF202E: hue angle of 356.23º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF202E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB2553246-
CMYK00.870.820
HSL356.23º100%56.27%-
HSV(B)356.23º87.45%100%-
XYZ42.2522.494.7-
YUV100.2797.38238.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.58%
GREEN value IS 32 (12.89% from 255) = 9.61%
BLUE value IS 46 (18.36% from 255) = 13.81%
R=76.58%
G=9.61%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255324600.870.820356.2310056.27
HexFF202E0575201646438
Octal37740560127122054414470
Binary1111111110000010111001010111101001001011001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF202E; }

 p { color: rgb(255,32,46); }

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

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

 a { background-color: rgb(255,32,46); }

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

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

 span { border-color: rgb(255,32,46); }

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