Html Css Color HEX #FF312D Red Orange

📋 copy color: '#FF312D'

red 255 ◦ green 49 ◦ blue 45

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

Shades of Red Orange #FF312D

Tints of Red Orange #FF312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 73.07%
G = 14.04%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF312D (or 0xFF312D) is known color: Red Orange. HEX triplet: FF, 31 and 2D. RGB value is (255,49,45). Sum of RGB (Red+Green+Blue) = 255+49+45=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF312D is #00CED2. Grayscale: #6E6E6E. Windows color (decimal): -52947 or 2961919. OLE color: 2961919.

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

Color convert

RGB 255 49 45 -
CMYK 0 0.81 0.82 0
HSL 1.14º 1% 0.59% -
HSV(B) 1.14º 0.82% 1% -
XYZ 42.81 23.65 4.79 -
YUV 110.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 255 49 45 0 0.81 0.82 0 1.14 1 0.59
Hex FF 31 2D 0 51 52 0 1 64 3B
Octal 377 61 55 0 121 122 0 1 144 73
Binary 11111111 110001 101101 0 1010001 1010010 0 1 1100100 111011

Color Harmonies of #FF312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF312D

Black with #FF312D

Text Example


Text Example

White with #FF312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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