#F13229

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

Shades of Red Orange #F13229

Tints of Red Orange #F13229

Color information

#F13229 (or 0xF13229) is unknown color: approx Red Orange. HEX triplet: F1, 32 and 29. RGB value is (241,50,41). Sum of RGB (Red+Green+Blue) = 241+50+41=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F13229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13229 is #0ECDD6. Grayscale: #6A6A6A. Windows color (decimal): -970199 or 2700017. OLE color: 2700017.

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

Color convert

RGB2415041-
CMYK00.790.830.05
HSL2.7º87.72%55.29%-
HSV(B)2.7º82.99%94.51%-
XYZ37.8221.144.19-
YUV106.0891.28224.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.59%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 41 (16.41% from 255) = 12.35%
R=72.59%
G=15.06%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241504100.790.830.052.787.7255.29
HexF1322904F53535837
Octal361625101171235313067
Binary11110001110010101001010011111010011101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13229; }

 p { color: rgb(241,50,41); }

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

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

 a { background-color: rgb(241,50,41); }

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

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

 span { border-color: rgb(241,50,41); }

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