Html Css Color HEX #FF321A Red Orange

📋 copy color: '#FF321A'

red 255 ◦ green 50 ◦ blue 26

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

Shades of Red Orange #FF321A

Tints of Red Orange #FF321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 77.04%
G = 15.11%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF321A (or 0xFF321A) is known color: Red Orange. HEX triplet: FF, 32 and 1A. RGB value is (255,50,26). Sum of RGB (Red+Green+Blue) = 255+50+26=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321A is #00CDE5. Grayscale: #6C6C6C. Windows color (decimal): -52710 or 1716991. OLE color: 1716991.

HSL color Cylindrical-coordinate representation of color #FF321A: hue angle of 6.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF321A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 50 26 -
CMYK 0 0.80 0.90 0
HSL 6.29º 1% 0.55% -
HSV(B) 6.29º 0.9% 1% -
XYZ 42.57 23.62 3.29 -
YUV 108.56 81.42 232.45 -
System Red Green Blue C M Y K H S L
Decimal 255 50 26 0 0.80 0.90 0 6.29 1 0.55
Hex FF 32 1A 0 50 5A 0 6 64 37
Octal 377 62 32 0 120 132 0 6 144 67
Binary 11111111 110010 11010 0 1010000 1011010 0 110 1100100 110111

Color Harmonies of #FF321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF321A

Black with #FF321A

Text Example


Text Example

White with #FF321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF321A; }

 p { color: rgb(255,50,26); }

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

background-color css

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

 a { background-color: rgb(255,50,26); }

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

border-color css

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

 span { border-color: rgb(255,50,26); }

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