#FD4135

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

Shades of Red Orange #FD4135

Tints of Red Orange #FD4135

Color information

#FD4135 (or 0xFD4135) is unknown color: approx Red Orange. HEX triplet: FD, 41 and 35. RGB value is (253,65,53). Sum of RGB (Red+Green+Blue) = 253+65+53=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4135 is #02BECA. Grayscale: #787878. Windows color (decimal): -179915 or 3490301. OLE color: 3490301.

HSL color Cylindrical-coordinate representation of color #FD4135: hue angle of 3.6º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD4135 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB2536553-
CMYK00.740.790.01
HSL3.6º98.04%60%-
HSV(B)3.6º79.05%99.22%-
XYZ43.0424.925.91-
YUV119.8490.28222.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.19%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=68.19%
G=17.52%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253655300.740.790.013.698.0460
HexFD413504A4F14623c
Octal3751016501121171414274
Binary11111101100000111010101001010100111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4135; }

 p { color: rgb(253,65,53); }

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

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

 a { background-color: rgb(253,65,53); }

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

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

 span { border-color: rgb(253,65,53); }

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