Html Css Color HEX #FF3322 Red Orange

📋 copy color: '#FF3322'

red 255 ◦ green 51 ◦ blue 34

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

Shades of Red Orange #FF3322

Tints of Red Orange #FF3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

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

R = 75%
G = 15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF3322 (or 0xFF3322) is known color: Red Orange. HEX triplet: FF, 33 and 22. RGB value is (255,51,34). Sum of RGB (Red+Green+Blue) = 255+51+34=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3322 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3322 is #00CCDD. Grayscale: #6E6E6E. Windows color (decimal): -52446 or 2241535. OLE color: 2241535.

HSL color Cylindrical-coordinate representation of color #FF3322: hue angle of 4.62º 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 #FF3322 is Cyan = 0, Magento = 0.8, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 34 -
CMYK 0 0.8 0.87 0
HSL 4.62º 1% 0.57% -
HSV(B) 4.62º 0.87% 1% -
XYZ 42.71 23.74 3.85 -
YUV 110.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 255 51 34 0 0.8 0.87 0 4.62 1 0.57
Hex FF 33 22 0 50 57 0 5 64 39
Octal 377 63 42 0 120 127 0 5 144 71
Binary 11111111 110011 100010 0 1010000 1010111 0 101 1100100 111001

Color Harmonies of #FF3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3322

Black with #FF3322

Text Example


Text Example

White with #FF3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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