Html Css Color HEX #FF322F Red Orange

📋 copy color: '#FF322F'

red 255 ◦ green 50 ◦ blue 47

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

Shades of Red Orange #FF322F

Tints of Red Orange #FF322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 72.44%
G = 14.2%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF322F (or 0xFF322F) is known color: Red Orange. HEX triplet: FF, 32 and 2F. RGB value is (255,50,47). Sum of RGB (Red+Green+Blue) = 255+50+47=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF322F is #00CDD0. Grayscale: #6F6F6F. Windows color (decimal): -52689 or 3093247. OLE color: 3093247.

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

Color convert

RGB 255 50 47 -
CMYK 0 0.80 0.82 0
HSL 0.87º 1% 0.59% -
HSV(B) 0.87º 0.82% 1% -
XYZ 42.89 23.75 5.01 -
YUV 110.95 91.92 230.74 -
System Red Green Blue C M Y K H S L
Decimal 255 50 47 0 0.80 0.82 0 0.87 1 0.59
Hex FF 32 2F 0 50 52 0 1 64 3B
Octal 377 62 57 0 120 122 0 1 144 73
Binary 11111111 110010 101111 0 1010000 1010010 0 1 1100100 111011

Color Harmonies of #FF322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF322F

Black with #FF322F

Text Example


Text Example

White with #FF322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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