Html Css Color HEX #FB2928 Red Orange

📋 copy color: '#FB2928'

red 251 ◦ green 41 ◦ blue 40

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

Shades of Red Orange #FB2928

Tints of Red Orange #FB2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 75.6%
G = 12.35%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB2928 (or 0xFB2928) is known color: Red Orange. HEX triplet: FB, 29 and 28. RGB value is (251,41,40). Sum of RGB (Red+Green+Blue) = 251+41+40=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2928 is #04D6D7. Grayscale: #676767. Windows color (decimal): -317144 or 2632187. OLE color: 2632187.

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

Color convert

RGB 251 41 40 -
CMYK 0 0.84 0.84 0.02
HSL 0.28º 0.96% 0.57% -
HSV(B) 0.28º 0.84% 0.98% -
XYZ 40.96 22.25 4.14 -
YUV 103.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 251 41 40 0 0.84 0.84 0.02 0.28 0.96 0.57
Hex FB 29 28 0 54 54 2 0 60 39
Octal 373 51 50 0 124 124 2 0 140 71
Binary 11111011 101001 101000 0 1010100 1010100 10 0 1100000 111001

Color Harmonies of #FB2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2928

Black with #FB2928

Text Example


Text Example

White with #FB2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2928; }

 p { color: rgb(251,41,40); }

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

background-color css

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

 a { background-color: rgb(251,41,40); }

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

border-color css

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

 span { border-color: rgb(251,41,40); }

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