Html Css Color HEX #FC3521 Red Orange

📋 copy color: '#FC3521'

red 252 ◦ green 53 ◦ blue 33

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

Shades of Red Orange #FC3521

Tints of Red Orange #FC3521

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 74.56%
G = 15.68%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3521 (or 0xFC3521) is known color: Red Orange. HEX triplet: FC, 35 and 21. RGB value is (252,53,33). Sum of RGB (Red+Green+Blue) = 252+53+33=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3521 is #03CADE. Grayscale: #6E6E6E. Windows color (decimal): -248543 or 2176508. OLE color: 2176508.

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

Color convert

RGB 252 53 33 -
CMYK 0 0.79 0.87 0.01
HSL 5.48º 0.97% 0.56% -
HSV(B) 5.48º 0.87% 0.99% -
XYZ 41.69 23.35 3.75 -
YUV 110.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 252 53 33 0 0.79 0.87 0.01 5.48 0.97 0.56
Hex FC 35 21 0 4F 57 1 5 61 38
Octal 374 65 41 0 117 127 1 5 141 70
Binary 11111100 110101 100001 0 1001111 1010111 1 101 1100001 111000

Color Harmonies of #FC3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3521

Black with #FC3521

Text Example


Text Example

White with #FC3521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3521; }

 p { color: rgb(252,53,33); }

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

background-color css

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

 a { background-color: rgb(252,53,33); }

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

border-color css

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

 span { border-color: rgb(252,53,33); }

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