Html Css Color HEX #FF311E Red Orange

📋 copy color: '#FF311E'

red 255 ◦ green 49 ◦ blue 30

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

Shades of Red Orange #FF311E

Tints of Red Orange #FF311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 76.35%
G = 14.67%
B = 8.98%

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

#FF311E (or 0xFF311E) is known color: Red Orange. HEX triplet: FF, 31 and 1E. RGB value is (255,49,30). Sum of RGB (Red+Green+Blue) = 255+49+30=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF311E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF311E is #00CEE1. Grayscale: #6C6C6C. Windows color (decimal): -52962 or 1978879. OLE color: 1978879.

HSL color Cylindrical-coordinate representation of color #FF311E: hue angle of 5.07º 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 #FF311E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 49 30 -
CMYK 0 0.81 0.88 0
HSL 5.07º 1% 0.56% -
HSV(B) 5.07º 0.88% 1% -
XYZ 42.57 23.55 3.53 -
YUV 108.43 83.75 232.54 -
System Red Green Blue C M Y K H S L
Decimal 255 49 30 0 0.81 0.88 0 5.07 1 0.56
Hex FF 31 1E 0 51 58 0 5 64 38
Octal 377 61 36 0 121 130 0 5 144 70
Binary 11111111 110001 11110 0 1010001 1011000 0 101 1100100 111000

Color Harmonies of #FF311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF311E

Black with #FF311E

Text Example


Text Example

White with #FF311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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