Html Css Color HEX #FC2828 Red Orange

📋 copy color: '#FC2828'

red 252 ◦ green 40 ◦ blue 40

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

Shades of Red Orange #FC2828

Tints of Red Orange #FC2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 75.9%
G = 12.05%
B = 12.05%

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

#FC2828 (or 0xFC2828) is known color: Red Orange. HEX triplet: FC, 28 and 28. RGB value is (252,40,40). Sum of RGB (Red+Green+Blue) = 252+40+40=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2828 is #03D7D7. Grayscale: #676767. Windows color (decimal): -251864 or 2631932. OLE color: 2631932.

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

Color convert

RGB 252 40 40 -
CMYK 0 0.84 0.84 0.01
HSL 0.97% 0.57% -
HSV(B) 0.84% 0.99% -
XYZ 41.29 22.37 4.15 -
YUV 103.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 252 40 40 0 0.84 0.84 0.01 0 0.97 0.57
Hex FC 28 28 0 54 54 1 0 61 39
Octal 374 50 50 0 124 124 1 0 141 71
Binary 11111100 101000 101000 0 1010100 1010100 1 0 1100001 111001

Color Harmonies of #FC2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2828

Black with #FC2828

Text Example


Text Example

White with #FC2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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