#FD382A

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

Shades of Red Orange #FD382A

Tints of Red Orange #FD382A

Color information

#FD382A (or 0xFD382A) is unknown color: approx Red Orange. HEX triplet: FD, 38 and 2A. RGB value is (253,56,42). Sum of RGB (Red+Green+Blue) = 253+56+42=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD382A is #02C7D5. Grayscale: #717171. Windows color (decimal): -182230 or 2767101. OLE color: 2767101.

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

Color convert

RGB2535642-
CMYK00.780.830.01
HSL3.98º98.14%57.84%-
HSV(B)3.98º83.4%99.22%-
XYZ42.3423.884.57-
YUV113.3187.77227.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 72.08%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=72.08%
G=15.95%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253564200.780.830.013.9898.1457.84
HexFD382A04E5314623a
Octal375705201161231414272
Binary1111110111100010101001001110101001111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD382A; }

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

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

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

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

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

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

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

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