Html Css Color HEX #FC3329 Red Orange

📋 copy color: '#FC3329'

red 252 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #FC3329

Tints of Red Orange #FC3329

RGB

 RED value IS 252 (98.83% from 255) = 73.26%

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

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

R = 73.26%
G = 14.83%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3329 (or 0xFC3329) is known color: Red Orange. HEX triplet: FC, 33 and 29. RGB value is (252,51,41). Sum of RGB (Red+Green+Blue) = 252+51+41=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3329 is #03CCD6. Grayscale: #6E6E6E. Windows color (decimal): -249047 or 2700284. OLE color: 2700284.

HSL color Cylindrical-coordinate representation of color #FC3329: hue angle of 2.84º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC3329 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 51 41 -
CMYK 0 0.80 0.84 0.01
HSL 2.84º 0.97% 0.57% -
HSV(B) 2.84º 0.84% 0.99% -
XYZ 41.73 23.22 4.38 -
YUV 109.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 252 51 41 0 0.80 0.84 0.01 2.84 0.97 0.57
Hex FC 33 29 0 50 54 1 3 61 39
Octal 374 63 51 0 120 124 1 3 141 71
Binary 11111100 110011 101001 0 1010000 1010100 1 11 1100001 111001

Color Harmonies of #FC3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3329

Black with #FC3329

Text Example


Text Example

White with #FC3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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