Html Css Color HEX #FB3124 Red Orange

📋 copy color: '#FB3124'

red 251 ◦ green 49 ◦ blue 36

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

Shades of Red Orange #FB3124

Tints of Red Orange #FB3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 74.7%
G = 14.58%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB3124 (or 0xFB3124) is known color: Red Orange. HEX triplet: FB, 31 and 24. RGB value is (251,49,36). Sum of RGB (Red+Green+Blue) = 251+49+36=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3124 is #04CEDB. Grayscale: #6C6C6C. Windows color (decimal): -315100 or 2372091. OLE color: 2372091.

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

Color convert

RGB 251 49 36 -
CMYK 0 0.80 0.86 0.02
HSL 3.63º 0.96% 0.56% -
HSV(B) 3.63º 0.86% 0.98% -
XYZ 41.2 22.83 3.9 -
YUV 107.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 251 49 36 0 0.80 0.86 0.02 3.63 0.96 0.56
Hex FB 31 24 0 50 56 2 4 60 38
Octal 373 61 44 0 120 126 2 4 140 70
Binary 11111011 110001 100100 0 1010000 1010110 10 100 1100000 111000

Color Harmonies of #FB3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3124

Black with #FB3124

Text Example


Text Example

White with #FB3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3124; }

 p { color: rgb(251,49,36); }

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

background-color css

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

 a { background-color: rgb(251,49,36); }

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

border-color css

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

 span { border-color: rgb(251,49,36); }

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