#FD381E

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

Shades of Red Orange #FD381E

Tints of Red Orange #FD381E

Color information

#FD381E (or 0xFD381E) is unknown color: approx Red Orange. HEX triplet: FD, 38 and 1E. RGB value is (253,56,30). Sum of RGB (Red+Green+Blue) = 253+56+30=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD381E is #02C7E1. Grayscale: #707070. Windows color (decimal): -182242 or 1980669. OLE color: 1980669.

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

Color convert

RGB2535630-
CMYK00.780.880.01
HSL98.24%55.49%-
HSV(B)88.14%99.22%-
XYZ42.1623.83.6-
YUV111.9481.77228.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 74.63%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=74.63%
G=16.52%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253563000.780.880.01798.2455.49
HexFD381E04E58176237
Octal375703601161301714267
Binary111111011110001111001001110101100011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD381E; }

 p { color: rgb(253,56,30); }

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

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

 a { background-color: rgb(253,56,30); }

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

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

 span { border-color: rgb(253,56,30); }

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