Html Css Color HEX #FC3129 Red Orange

📋 copy color: '#FC3129'

red 252 ◦ green 49 ◦ blue 41

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

Shades of Red Orange #FC3129

Tints of Red Orange #FC3129

RGB

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

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

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

R = 73.68%
G = 14.33%
B = 11.99%

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

#FC3129 (or 0xFC3129) is known color: Red Orange. HEX triplet: FC, 31 and 29. RGB value is (252,49,41). Sum of RGB (Red+Green+Blue) = 252+49+41=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3129 is #03CED6. Grayscale: #6D6D6D. Windows color (decimal): -249559 or 2699772. OLE color: 2699772.

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

Color convert

RGB 252 49 41 -
CMYK 0 0.81 0.84 0.01
HSL 2.27º 0.97% 0.57% -
HSV(B) 2.27º 0.84% 0.99% -
XYZ 41.64 23.05 4.35 -
YUV 108.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 252 49 41 0 0.81 0.84 0.01 2.27 0.97 0.57
Hex FC 31 29 0 51 54 1 2 61 39
Octal 374 61 51 0 121 124 1 2 141 71
Binary 11111100 110001 101001 0 1010001 1010100 1 10 1100001 111001

Color Harmonies of #FC3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3129

Black with #FC3129

Text Example


Text Example

White with #FC3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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