Html Css Color HEX #FB372B Red Orange

📋 copy color: '#FB372B'

red 251 ◦ green 55 ◦ blue 43

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

Shades of Red Orange #FB372B

Tints of Red Orange #FB372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 71.92%
G = 15.76%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB372B (or 0xFB372B) is known color: Red Orange. HEX triplet: FB, 37 and 2B. RGB value is (251,55,43). Sum of RGB (Red+Green+Blue) = 251+55+43=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB372B is #04C8D4. Grayscale: #707070. Windows color (decimal): -313557 or 2832379. OLE color: 2832379.

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

Color convert

RGB 251 55 43 -
CMYK 0 0.78 0.83 0.02
HSL 3.46º 0.96% 0.58% -
HSV(B) 3.46º 0.83% 0.98% -
XYZ 41.59 23.42 4.61 -
YUV 112.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 251 55 43 0 0.78 0.83 0.02 3.46 0.96 0.58
Hex FB 37 2B 0 4E 53 2 3 60 3A
Octal 373 67 53 0 116 123 2 3 140 72
Binary 11111011 110111 101011 0 1001110 1010011 10 11 1100000 111010

Color Harmonies of #FB372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB372B

Black with #FB372B

Text Example


Text Example

White with #FB372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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