Html Css Color HEX #FB372E Red Orange

📋 copy color: '#FB372E'

red 251 ◦ green 55 ◦ blue 46

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

Shades of Red Orange #FB372E

Tints of Red Orange #FB372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 71.31%
G = 15.63%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB372E (or 0xFB372E) is known color: Red Orange. HEX triplet: FB, 37 and 2E. RGB value is (251,55,46). Sum of RGB (Red+Green+Blue) = 251+55+46=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372E is #04C8D1. Grayscale: #707070. Windows color (decimal): -313554 or 3028987. OLE color: 3028987.

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

Color convert

RGB 251 55 46 -
CMYK 0 0.78 0.82 0.02
HSL 2.63º 0.96% 0.58% -
HSV(B) 2.63º 0.82% 0.98% -
XYZ 41.64 23.44 4.91 -
YUV 112.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 251 55 46 0 0.78 0.82 0.02 2.63 0.96 0.58
Hex FB 37 2E 0 4E 52 2 3 60 3A
Octal 373 67 56 0 116 122 2 3 140 72
Binary 11111011 110111 101110 0 1001110 1010010 10 11 1100000 111010

Color Harmonies of #FB372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB372E

Black with #FB372E

Text Example


Text Example

White with #FB372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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