Html Css Color HEX #FF311F Red Orange

📋 copy color: '#FF311F'

red 255 ◦ green 49 ◦ blue 31

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

Shades of Red Orange #FF311F

Tints of Red Orange #FF311F

RGB

 RED value IS 255 (100% from 255) = 76.12%

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 76.12%
G = 14.63%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF311F (or 0xFF311F) is known color: Red Orange. HEX triplet: FF, 31 and 1F. RGB value is (255,49,31). Sum of RGB (Red+Green+Blue) = 255+49+31=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF311F is #00CEE0. Grayscale: #6C6C6C. Windows color (decimal): -52961 or 2044415. OLE color: 2044415.

HSL color Cylindrical-coordinate representation of color #FF311F: hue angle of 4.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF311F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 31 -
CMYK 0 0.81 0.88 0
HSL 4.82º 1% 0.56% -
HSV(B) 4.82º 0.88% 1% -
XYZ 42.59 23.56 3.6 -
YUV 108.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 255 49 31 0 0.81 0.88 0 4.82 1 0.56
Hex FF 31 1F 0 51 58 0 5 64 38
Octal 377 61 37 0 121 130 0 5 144 70
Binary 11111111 110001 11111 0 1010001 1011000 0 101 1100100 111000

Color Harmonies of #FF311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF311F

Black with #FF311F

Text Example


Text Example

White with #FF311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF311F; }

 p { color: rgb(255,49,31); }

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

background-color css

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

 a { background-color: rgb(255,49,31); }

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

border-color css

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

 span { border-color: rgb(255,49,31); }

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