Html Css Color HEX #FB2C28 Red Orange

📋 copy color: '#FB2C28'

red 251 ◦ green 44 ◦ blue 40

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

Shades of Red Orange #FB2C28

Tints of Red Orange #FB2C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

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

R = 74.93%
G = 13.13%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB2C28 (or 0xFB2C28) is known color: Red Orange. HEX triplet: FB, 2C and 28. RGB value is (251,44,40). Sum of RGB (Red+Green+Blue) = 251+44+40=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2C28 is #04D3D7. Grayscale: #696969. Windows color (decimal): -316376 or 2632955. OLE color: 2632955.

HSL color Cylindrical-coordinate representation of color #FB2C28: hue angle of 1.14º 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 #FB2C28 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 44 40 -
CMYK 0 0.82 0.84 0.02
HSL 1.14º 0.96% 0.57% -
HSV(B) 1.14º 0.84% 0.98% -
XYZ 41.07 22.46 4.18 -
YUV 105.44 91.08 231.83 -
System Red Green Blue C M Y K H S L
Decimal 251 44 40 0 0.82 0.84 0.02 1.14 0.96 0.57
Hex FB 2C 28 0 52 54 2 1 60 39
Octal 373 54 50 0 122 124 2 1 140 71
Binary 11111011 101100 101000 0 1010010 1010100 10 1 1100000 111001

Color Harmonies of #FB2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2C28

Black with #FB2C28

Text Example


Text Example

White with #FB2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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