Html Css Color HEX #FC2725 Red Orange

📋 copy color: '#FC2725'

red 252 ◦ green 39 ◦ blue 37

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

Shades of Red Orange #FC2725

Tints of Red Orange #FC2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 76.83%
G = 11.89%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2725 (or 0xFC2725) is known color: Red Orange. HEX triplet: FC, 27 and 25. RGB value is (252,39,37). Sum of RGB (Red+Green+Blue) = 252+39+37=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2725 is #03D8DA. Grayscale: #666666. Windows color (decimal): -252123 or 2435068. OLE color: 2435068.

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

Color convert

RGB 252 39 37 -
CMYK 0 0.85 0.85 0.01
HSL 0.56º 0.97% 0.57% -
HSV(B) 0.56º 0.85% 0.99% -
XYZ 41.2 22.28 3.88 -
YUV 102.46 91.07 234.66 -
System Red Green Blue C M Y K H S L
Decimal 252 39 37 0 0.85 0.85 0.01 0.56 0.97 0.57
Hex FC 27 25 0 55 55 1 1 61 39
Octal 374 47 45 0 125 125 1 1 141 71
Binary 11111100 100111 100101 0 1010101 1010101 1 1 1100001 111001

Color Harmonies of #FC2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2725

Black with #FC2725

Text Example


Text Example

White with #FC2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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