#F42925

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

Shades of Red Orange #F42925

Tints of Red Orange #F42925

Color information

#F42925 (or 0xF42925) is unknown color: approx Red Orange. HEX triplet: F4, 29 and 25. RGB value is (244,41,37). Sum of RGB (Red+Green+Blue) = 244+41+37=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F42925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42925 is #0BD6DA. Grayscale: #656565. Windows color (decimal): -775899 or 2435572. OLE color: 2435572.

HSL color Cylindrical-coordinate representation of color #F42925: hue angle of 1.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42925 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB2444137-
CMYK00.830.850.04
HSL1.16º90.39%55.1%-
HSV(B)1.16º84.84%95.69%-
XYZ38.4420.953.77-
YUV101.2491.75229.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 75.78%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=75.78%
G=12.73%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244413700.830.850.041.1690.3955.1
HexF4292505355415a37
Octal364514501231254113267
Binary1111010010100110010101010011101010110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42925; }

 p { color: rgb(244,41,37); }

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

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

 a { background-color: rgb(244,41,37); }

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

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

 span { border-color: rgb(244,41,37); }

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