Html Css Color HEX #FB3229 Red Orange

📋 copy color: '#FB3229'

red 251 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #FB3229

Tints of Red Orange #FB3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 73.39%
G = 14.62%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB3229 (or 0xFB3229) is known color: Red Orange. HEX triplet: FB, 32 and 29. RGB value is (251,50,41). Sum of RGB (Red+Green+Blue) = 251+50+41=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3229 is #04CDD6. Grayscale: #6D6D6D. Windows color (decimal): -314839 or 2700027. OLE color: 2700027.

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

Color convert

RGB 251 50 41 -
CMYK 0 0.80 0.84 0.02
HSL 2.57º 0.96% 0.57% -
HSV(B) 2.57º 0.84% 0.98% -
XYZ 41.32 22.95 4.35 -
YUV 109.07 89.59 229.23 -
System Red Green Blue C M Y K H S L
Decimal 251 50 41 0 0.80 0.84 0.02 2.57 0.96 0.57
Hex FB 32 29 0 50 54 2 3 60 39
Octal 373 62 51 0 120 124 2 3 140 71
Binary 11111011 110010 101001 0 1010000 1010100 10 11 1100000 111001

Color Harmonies of #FB3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3229

Black with #FB3229

Text Example


Text Example

White with #FB3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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