Html Css Color HEX #FB2D2B Red Orange

📋 copy color: '#FB2D2B'

red 251 ◦ green 45 ◦ blue 43

#FB2D2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Orange #FB2D2B

Tints of Red Orange #FB2D2B

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 value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB2D2B (or 0xFB2D2B) is known color: 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

RGB 251 45 43 -
CMYK 0 0.82 0.83 0.02
HSL 0.58º 0.96% 0.58% -
HSV(B) 0.58º 0.83% 0.98% -
XYZ 41.16 22.56 4.47 -
YUV 106.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 251 45 43 0 0.82 0.83 0.02 0.58 0.96 0.58
Hex FB 2D 2B 0 52 53 2 1 60 3A
Octal 373 55 53 0 122 123 2 1 140 72
Binary 11111011 101101 101011 0 1010010 1010011 10 1 1100000 111010

Color Harmonies of #FB2D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2D2B

Black with #FB2D2B

Text Example


Text Example

White with #FB2D2B

Text Example


Text Example

HTML Codes & Css Web 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>