Html Css Color HEX #FF312A Red Orange

📋 copy color: '#FF312A'

red 255 ◦ green 49 ◦ blue 42

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

Shades of Red Orange #FF312A

Tints of Red Orange #FF312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 73.7%
G = 14.16%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF312A (or 0xFF312A) is known color: Red Orange. HEX triplet: FF, 31 and 2A. RGB value is (255,49,42). Sum of RGB (Red+Green+Blue) = 255+49+42=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF312A is #00CED5. Grayscale: #6E6E6E. Windows color (decimal): -52950 or 2765311. OLE color: 2765311.

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

Color convert

RGB 255 49 42 -
CMYK 0 0.81 0.84 0
HSL 1.97º 1% 0.58% -
HSV(B) 1.97º 0.84% 1% -
XYZ 42.76 23.62 4.5 -
YUV 109.8 89.75 231.57 -
System Red Green Blue C M Y K H S L
Decimal 255 49 42 0 0.81 0.84 0 1.97 1 0.58
Hex FF 31 2A 0 51 54 0 2 64 3A
Octal 377 61 52 0 121 124 0 2 144 72
Binary 11111111 110001 101010 0 1010001 1010100 0 10 1100100 111010

Color Harmonies of #FF312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF312A

Black with #FF312A

Text Example


Text Example

White with #FF312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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