Html Css Color HEX #FF3329 Red Orange

📋 copy color: '#FF3329'

red 255 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #FF3329

Tints of Red Orange #FF3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 73.49%
G = 14.7%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3329 (or 0xFF3329) is known color: Red Orange. HEX triplet: FF, 33 and 29. RGB value is (255,51,41). Sum of RGB (Red+Green+Blue) = 255+51+41=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3329 is #00CCD6. Grayscale: #6F6F6F. Windows color (decimal): -52439 or 2700287. OLE color: 2700287.

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

Color convert

RGB 255 51 41 -
CMYK 0 0.8 0.84 0
HSL 2.8º 1% 0.58% -
HSV(B) 2.8º 0.84% 1% -
XYZ 42.82 23.79 4.43 -
YUV 110.86 88.59 230.81 -
System Red Green Blue C M Y K H S L
Decimal 255 51 41 0 0.8 0.84 0 2.8 1 0.58
Hex FF 33 29 0 50 54 0 3 64 3A
Octal 377 63 51 0 120 124 0 3 144 72
Binary 11111111 110011 101001 0 1010000 1010100 0 11 1100100 111010

Color Harmonies of #FF3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3329

Black with #FF3329

Text Example


Text Example

White with #FF3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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