Html Css Color HEX #FF311C Red Orange

📋 copy color: '#FF311C'

red 255 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #FF311C

Tints of Red Orange #FF311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 76.81%
G = 14.76%
B = 8.43%

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

#FF311C (or 0xFF311C) is known color: Red Orange. HEX triplet: FF, 31 and 1C. RGB value is (255,49,28). Sum of RGB (Red+Green+Blue) = 255+49+28=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF311C is #00CEE3. Grayscale: #6C6C6C. Windows color (decimal): -52964 or 1847807. OLE color: 1847807.

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

Color convert

RGB 255 49 28 -
CMYK 0 0.81 0.89 0
HSL 5.55º 1% 0.55% -
HSV(B) 5.55º 0.89% 1% -
XYZ 42.55 23.54 3.4 -
YUV 108.2 82.75 232.71 -
System Red Green Blue C M Y K H S L
Decimal 255 49 28 0 0.81 0.89 0 5.55 1 0.55
Hex FF 31 1C 0 51 59 0 6 64 37
Octal 377 61 34 0 121 131 0 6 144 67
Binary 11111111 110001 11100 0 1010001 1011001 0 110 1100100 110111

Color Harmonies of #FF311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF311C

Black with #FF311C

Text Example


Text Example

White with #FF311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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