Html Css Color HEX #FC332D Red Orange

📋 copy color: '#FC332D'

red 252 ◦ green 51 ◦ blue 45

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

Shades of Red Orange #FC332D

Tints of Red Orange #FC332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 72.41%
G = 14.66%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC332D (or 0xFC332D) is known color: Red Orange. HEX triplet: FC, 33 and 2D. RGB value is (252,51,45). Sum of RGB (Red+Green+Blue) = 252+51+45=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC332D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC332D is #03CCD2. Grayscale: #6E6E6E. Windows color (decimal): -249043 or 2962428. OLE color: 2962428.

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

Color convert

RGB 252 51 45 -
CMYK 0 0.80 0.82 0.01
HSL 1.74º 0.97% 0.58% -
HSV(B) 1.74º 0.82% 0.99% -
XYZ 41.8 23.25 4.77 -
YUV 110.42 91.09 228.99 -
System Red Green Blue C M Y K H S L
Decimal 252 51 45 0 0.80 0.82 0.01 1.74 0.97 0.58
Hex FC 33 2D 0 50 52 1 2 61 3A
Octal 374 63 55 0 120 122 1 2 141 72
Binary 11111100 110011 101101 0 1010000 1010010 1 10 1100001 111010

Color Harmonies of #FC332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC332D

Black with #FC332D

Text Example


Text Example

White with #FC332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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