#FF2D21

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

Shades of Red Orange #FF2D21

Tints of Red Orange #FF2D21

Color information

#FF2D21 (or 0xFF2D21) is unknown color: approx Red Orange. HEX triplet: FF, 2D and 21. RGB value is (255,45,33). Sum of RGB (Red+Green+Blue) = 255+45+33=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D21 is #00D2DE. Grayscale: #6A6A6A. Windows color (decimal): -53983 or 2174463. OLE color: 2174463.

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

Color convert

RGB2554533-
CMYK00.820.870
HSL3.24º100%56.47%-
HSV(B)3.24º87.06%100%-
XYZ42.4523.253.69-
YUV106.4286.57233.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.58%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=76.58%
G=13.51%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255453300.820.8703.2410056.47
HexFF2D2105257036438
Octal377554101221270314470
Binary111111111011011000010101001010101110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2D21; }

 p { color: rgb(255,45,33); }

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

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

 a { background-color: rgb(255,45,33); }

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

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

 span { border-color: rgb(255,45,33); }

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