Html Css Color HEX #FF3122 Red Orange

📋 copy color: '#FF3122'

red 255 ◦ green 49 ◦ blue 34

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

Shades of Red Orange #FF3122

Tints of Red Orange #FF3122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 75.44%
G = 14.5%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3122 (or 0xFF3122) is known color: Red Orange. HEX triplet: FF, 31 and 22. RGB value is (255,49,34). Sum of RGB (Red+Green+Blue) = 255+49+34=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3122 is #00CEDD. Grayscale: #6D6D6D. Windows color (decimal): -52958 or 2241023. OLE color: 2241023.

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

Color convert

RGB 255 49 34 -
CMYK 0 0.81 0.87 0
HSL 4.07º 1% 0.57% -
HSV(B) 4.07º 0.87% 1% -
XYZ 42.63 23.57 3.82 -
YUV 108.88 85.75 232.22 -
System Red Green Blue C M Y K H S L
Decimal 255 49 34 0 0.81 0.87 0 4.07 1 0.57
Hex FF 31 22 0 51 57 0 4 64 39
Octal 377 61 42 0 121 127 0 4 144 71
Binary 11111111 110001 100010 0 1010001 1010111 0 100 1100100 111001

Color Harmonies of #FF3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3122

Black with #FF3122

Text Example


Text Example

White with #FF3122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3122; }

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

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

background-color css

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

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

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

border-color css

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

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

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