Html Css Color HEX #FF3220 Red Orange

📋 copy color: '#FF3220'

red 255 ◦ green 50 ◦ blue 32

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

Shades of Red Orange #FF3220

Tints of Red Orange #FF3220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 75.67%
G = 14.84%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3220 (or 0xFF3220) is known color: Red Orange. HEX triplet: FF, 32 and 20. RGB value is (255,50,32). Sum of RGB (Red+Green+Blue) = 255+50+32=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3220 is #00CDDF. Grayscale: #6D6D6D. Windows color (decimal): -52704 or 2110207. OLE color: 2110207.

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

Color convert

RGB 255 50 32 -
CMYK 0 0.80 0.87 0
HSL 4.84º 1% 0.56% -
HSV(B) 4.84º 0.87% 1% -
XYZ 42.64 23.65 3.68 -
YUV 109.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 255 50 32 0 0.80 0.87 0 4.84 1 0.56
Hex FF 32 20 0 50 57 0 5 64 38
Octal 377 62 40 0 120 127 0 5 144 70
Binary 11111111 110010 100000 0 1010000 1010111 0 101 1100100 111000

Color Harmonies of #FF3220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3220

Black with #FF3220

Text Example


Text Example

White with #FF3220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3220; }

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

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

background-color css

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

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

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

border-color css

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

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

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