Html Css Color HEX #FC2825 Red Orange

📋 copy color: '#FC2825'

red 252 ◦ green 40 ◦ blue 37

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

Shades of Red Orange #FC2825

Tints of Red Orange #FC2825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 76.6%
G = 12.16%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2825 (or 0xFC2825) is known color: Red Orange. HEX triplet: FC, 28 and 25. RGB value is (252,40,37). Sum of RGB (Red+Green+Blue) = 252+40+37=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2825 is #03D7DA. Grayscale: #676767. Windows color (decimal): -251867 or 2435324. OLE color: 2435324.

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

Color convert

RGB 252 40 37 -
CMYK 0 0.84 0.85 0.01
HSL 0.84º 0.97% 0.57% -
HSV(B) 0.84º 0.85% 0.99% -
XYZ 41.24 22.35 3.89 -
YUV 103.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 252 40 37 0 0.84 0.85 0.01 0.84 0.97 0.57
Hex FC 28 25 0 54 55 1 1 61 39
Octal 374 50 45 0 124 125 1 1 141 71
Binary 11111100 101000 100101 0 1010100 1010101 1 1 1100001 111001

Color Harmonies of #FC2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2825

Black with #FC2825

Text Example


Text Example

White with #FC2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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