#FB2D2B

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

Shades of Red Orange #FB2D2B

Tints of Red Orange #FB2D2B

Color information

#FB2D2B (or 0xFB2D2B) is unknown color: approx Red Orange. HEX triplet: FB, 2D and 2B. RGB value is (251,45,43). Sum of RGB (Red+Green+Blue) = 251+45+43=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2D2B is #04D2D4. Grayscale: #6A6A6A. Windows color (decimal): -316117 or 2829819. OLE color: 2829819.

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

Color convert

RGB2514543-
CMYK00.820.830.02
HSL0.58º96.3%57.65%-
HSV(B)0.58º82.87%98.43%-
XYZ41.1622.564.47-
YUV106.3792.25231.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 74.04%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=74.04%
G=13.27%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251454300.820.830.020.5896.357.65
HexFB2D2B0525321603a
Octal373555301221232114072
Binary111110111011011010110101001010100111011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2D2B; }

 p { color: rgb(251,45,43); }

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

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

 a { background-color: rgb(251,45,43); }

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

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

 span { border-color: rgb(251,45,43); }

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