#FF1938

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

Shades of Torch Red #FF1938

Tints of Torch Red #FF1938

Color information

#FF1938 (or 0xFF1938) is unknown color: approx Torch Red. HEX triplet: FF, 19 and 38. RGB value is (255,25,56). Sum of RGB (Red+Green+Blue) = 255+25+56=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1938 is #00E6C7. Grayscale: #616161. Windows color (decimal): -59080 or 3676671. OLE color: 3676671.

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

Color convert

RGB2552556-
CMYK00.900.780
HSL351.91º100%54.9%-
HSV(B)351.91º90.2%100%-
XYZ42.322.245.8-
YUV97.3104.7240.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 75.89%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=75.89%
G=7.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255600.900.780351.9110054.9
HexFF193805A4E01606437
Octal37731700132116054014467
Binary111111111100111100001011010100111001011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1938; }

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

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

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

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

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

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

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

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