#FF2B22

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

Shades of Red Orange #FF2B22

Tints of Red Orange #FF2B22

Color information

#FF2B22 (or 0xFF2B22) is unknown color: approx Red Orange. HEX triplet: FF, 2B and 22. RGB value is (255,43,34). Sum of RGB (Red+Green+Blue) = 255+43+34=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2B22 is #00D4DD. Grayscale: #696969. Windows color (decimal): -54494 or 2239487. OLE color: 2239487.

HSL color Cylindrical-coordinate representation of color #FF2B22: hue angle of 2.44º 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 #FF2B22 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB2554334-
CMYK00.830.870
HSL2.44º100%56.67%-
HSV(B)2.44º86.67%100%-
XYZ42.3923.13.74-
YUV105.3687.74234.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.81%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=76.81%
G=12.95%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255433400.830.8702.4410056.67
HexFF2B2205357026439
Octal377534201231270214471
Binary111111111010111000100101001110101110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2B22; }

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

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

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

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

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

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

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

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