Html Css Color HEX #FB2B1D Red Orange

📋 copy color: '#FB2B1D'

red 251 ◦ green 43 ◦ blue 29

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

Shades of Red Orange #FB2B1D

Tints of Red Orange #FB2B1D

RGB

 RED value IS 251 (98.44% from 255) = 77.71%

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 77.71%
G = 13.31%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB2B1D (or 0xFB2B1D) is known color: Red Orange. HEX triplet: FB, 2B and 1D. RGB value is (251,43,29). Sum of RGB (Red+Green+Blue) = 251+43+29=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B1D is #04D4E2. Grayscale: #676767. Windows color (decimal): -316643 or 1911803. OLE color: 1911803.

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

Color convert

RGB 251 43 29 -
CMYK 0 0.83 0.88 0.02
HSL 3.78º 0.97% 0.55% -
HSV(B) 3.78º 0.88% 0.98% -
XYZ 40.87 22.33 3.32 -
YUV 103.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 251 43 29 0 0.83 0.88 0.02 3.78 0.97 0.55
Hex FB 2B 1D 0 53 58 2 4 61 37
Octal 373 53 35 0 123 130 2 4 141 67
Binary 11111011 101011 11101 0 1010011 1011000 10 100 1100001 110111

Color Harmonies of #FB2B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B1D

Black with #FB2B1D

Text Example


Text Example

White with #FB2B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B1D; }

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

 H1.HeaderClassName
 {
   color: #FB2B1D;
 }
 .AnyTagClassName
 {
   color: #FB2B1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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