Html Css Color HEX #FC3128 Red Orange

📋 copy color: '#FC3128'

red 252 ◦ green 49 ◦ blue 40

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

Shades of Red Orange #FC3128

Tints of Red Orange #FC3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 73.9%
G = 14.37%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3128 (or 0xFC3128) is known color: Red Orange. HEX triplet: FC, 31 and 28. RGB value is (252,49,40). Sum of RGB (Red+Green+Blue) = 252+49+40=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3128 is #03CED7. Grayscale: #6C6C6C. Windows color (decimal): -249560 or 2634236. OLE color: 2634236.

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

Color convert

RGB 252 49 40 -
CMYK 0 0.81 0.84 0.01
HSL 2.55º 0.97% 0.57% -
HSV(B) 2.55º 0.84% 0.99% -
XYZ 41.63 23.05 4.26 -
YUV 108.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 252 49 40 0 0.81 0.84 0.01 2.55 0.97 0.57
Hex FC 31 28 0 51 54 1 3 61 39
Octal 374 61 50 0 121 124 1 3 141 71
Binary 11111100 110001 101000 0 1010001 1010100 1 11 1100001 111001

Color Harmonies of #FC3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3128

Black with #FC3128

Text Example


Text Example

White with #FC3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3128; }

 p { color: rgb(252,49,40); }

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

background-color css

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

 a { background-color: rgb(252,49,40); }

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

border-color css

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

 span { border-color: rgb(252,49,40); }

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