#FF2238

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

Shades of Torch Red #FF2238

Tints of Torch Red #FF2238

Color information

#FF2238 (or 0xFF2238) is unknown color: approx Torch Red. HEX triplet: FF, 22 and 38. RGB value is (255,34,56). Sum of RGB (Red+Green+Blue) = 255+34+56=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2238 is #00DDC7. Grayscale: #666666. Windows color (decimal): -56776 or 3678975. OLE color: 3678975.

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

Color convert

RGB2553456-
CMYK00.870.780
HSL354.03º100%56.67%-
HSV(B)354.03º86.67%100%-
XYZ42.5322.695.88-
YUV102.59101.72236.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 34 (13.67% from 255) = 9.86%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=73.91%
G=9.86%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255345600.870.780354.0310056.67
HexFF22380574E01626439
Octal37742700127116054214471
Binary1111111110001011100001010111100111001011000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2238; }

 p { color: rgb(255,34,56); }

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

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

 a { background-color: rgb(255,34,56); }

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

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

 span { border-color: rgb(255,34,56); }

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