#FF3822

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

Shades of Red Orange #FF3822

Tints of Red Orange #FF3822

Color information

#FF3822 (or 0xFF3822) is unknown color: approx Red Orange. HEX triplet: FF, 38 and 22. RGB value is (255,56,34). Sum of RGB (Red+Green+Blue) = 255+56+34=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3822 is #00C7DD. Grayscale: #717171. Windows color (decimal): -51166 or 2242815. OLE color: 2242815.

HSL color Cylindrical-coordinate representation of color #FF3822: hue angle of 5.97º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3822 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2555634-
CMYK00.780.870
HSL5.97º100%56.67%-
HSV(B)5.97º86.67%100%-
XYZ42.9424.23.92-
YUV112.9983.43229.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=73.91%
G=16.23%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255563400.780.8705.9710056.67
HexFF382204E57066439
Octal377704201161270614471
Binary1111111111100010001001001110101011101101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3822; }

 p { color: rgb(255,56,34); }

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

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

 a { background-color: rgb(255,56,34); }

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

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

 span { border-color: rgb(255,56,34); }

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