Html Css Color HEX #FB3732 Red Orange

📋 copy color: '#FB3732'

red 251 ◦ green 55 ◦ blue 50

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

Shades of Red Orange #FB3732

Tints of Red Orange #FB3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.45%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 70.51%
G = 15.45%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB3732 (or 0xFB3732) is known color: Red Orange. HEX triplet: FB, 37 and 32. RGB value is (251,55,50). Sum of RGB (Red+Green+Blue) = 251+55+50=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3732 is #04C8CD. Grayscale: #717171. Windows color (decimal): -313550 or 3291131. OLE color: 3291131.

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

Color convert

RGB 251 55 50 -
CMYK 0 0.78 0.80 0.02
HSL 1.49º 0.96% 0.59% -
HSV(B) 1.49º 0.8% 0.98% -
XYZ 41.73 23.47 5.35 -
YUV 113.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 251 55 50 0 0.78 0.80 0.02 1.49 0.96 0.59
Hex FB 37 32 0 4E 50 2 1 60 3B
Octal 373 67 62 0 116 120 2 1 140 73
Binary 11111011 110111 110010 0 1001110 1010000 10 1 1100000 111011

Color Harmonies of #FB3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3732

Black with #FB3732

Text Example


Text Example

White with #FB3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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