Html Css Color HEX #FC2928 Red Orange

📋 copy color: '#FC2928'

red 252 ◦ green 41 ◦ blue 40

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

Shades of Red Orange #FC2928

Tints of Red Orange #FC2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 75.68%
G = 12.31%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC2928 (or 0xFC2928) is known color: Red Orange. HEX triplet: FC, 29 and 28. RGB value is (252,41,40). Sum of RGB (Red+Green+Blue) = 252+41+40=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2928 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2928 is #03D6D7. Grayscale: #686868. Windows color (decimal): -251608 or 2632188. OLE color: 2632188.

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

Color convert

RGB 252 41 40 -
CMYK 0 0.84 0.84 0.01
HSL 0.28º 0.97% 0.57% -
HSV(B) 0.28º 0.84% 0.99% -
XYZ 41.32 22.43 4.16 -
YUV 103.98 91.9 233.58 -
System Red Green Blue C M Y K H S L
Decimal 252 41 40 0 0.84 0.84 0.01 0.28 0.97 0.57
Hex FC 29 28 0 54 54 1 0 61 39
Octal 374 51 50 0 124 124 1 0 141 71
Binary 11111100 101001 101000 0 1010100 1010100 1 0 1100001 111001

Color Harmonies of #FC2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2928

Black with #FC2928

Text Example


Text Example

White with #FC2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2928; }

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

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

background-color css

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

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

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

border-color css

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

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

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