Html Css Color HEX #FF311B Red Orange

📋 copy color: '#FF311B'

red 255 ◦ green 49 ◦ blue 27

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

Shades of Red Orange #FF311B

Tints of Red Orange #FF311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 77.04%
G = 14.8%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF311B (or 0xFF311B) is known color: Red Orange. HEX triplet: FF, 31 and 1B. RGB value is (255,49,27). Sum of RGB (Red+Green+Blue) = 255+49+27=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF311B is #00CEE4. Grayscale: #6C6C6C. Windows color (decimal): -52965 or 1782271. OLE color: 1782271.

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

Color convert

RGB 255 49 27 -
CMYK 0 0.81 0.89 0
HSL 5.79º 1% 0.55% -
HSV(B) 5.79º 0.89% 1% -
XYZ 42.54 23.54 3.34 -
YUV 108.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 255 49 27 0 0.81 0.89 0 5.79 1 0.55
Hex FF 31 1B 0 51 59 0 6 64 37
Octal 377 61 33 0 121 131 0 6 144 67
Binary 11111111 110001 11011 0 1010001 1011001 0 110 1100100 110111

Color Harmonies of #FF311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF311B

Black with #FF311B

Text Example


Text Example

White with #FF311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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