Html Css Color HEX #FF3229 Red Orange

📋 copy color: '#FF3229'

red 255 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #FF3229

Tints of Red Orange #FF3229

RGB

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

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

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

R = 73.7%
G = 14.45%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF3229 (or 0xFF3229) is known color: Red Orange. HEX triplet: FF, 32 and 29. RGB value is (255,50,41). Sum of RGB (Red+Green+Blue) = 255+50+41=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3229 is #00CDD6. Grayscale: #6E6E6E. Windows color (decimal): -52695 or 2700031. OLE color: 2700031.

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

Color convert

RGB 255 50 41 -
CMYK 0 0.80 0.84 0
HSL 2.52º 1% 0.58% -
HSV(B) 2.52º 0.84% 1% -
XYZ 42.78 23.7 4.42 -
YUV 110.27 88.92 231.23 -
System Red Green Blue C M Y K H S L
Decimal 255 50 41 0 0.80 0.84 0 2.52 1 0.58
Hex FF 32 29 0 50 54 0 3 64 3A
Octal 377 62 51 0 120 124 0 3 144 72
Binary 11111111 110010 101001 0 1010000 1010100 0 11 1100100 111010

Color Harmonies of #FF3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3229

Black with #FF3229

Text Example


Text Example

White with #FF3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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