#f43c2d

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

Shades of Red Orange #F43C2D

Tints of Red Orange #F43C2D

Color information

#F43C2D (or 0xF43C2D) is unknown color: approx Red Orange. HEX triplet: F4, 3C and 2D. RGB value is (244,60,45). Sum of RGB (Red+Green+Blue) = 244+60+45=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43C2D is #0BC3D2. Grayscale: #717171. Windows color (decimal): -771027 or 2964724. OLE color: 2964724.

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

Color convert

RGB2446045-
CMYK00.750.820.04
HSL4.52º90.05%56.67%-
HSV(B)4.52º81.56%95.69%-
XYZ39.422.654.78-
YUV113.3189.46221.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 69.91%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=69.91%
G=17.19%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244604500.750.820.044.5290.0556.67
HexF43C2D04B52455a39
Octal364745501131224513271
Binary111101001111001011010100101110100101001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f43c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f43c2d; }

 p { color: rgb(244,60,45); }

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

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

 a { background-color: rgb(244,60,45); }

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

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

 span { border-color: rgb(244,60,45); }

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