Html Css Color HEX #FC2524 Red Orange

📋 copy color: '#FC2524'

red 252 ◦ green 37 ◦ blue 36

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

Shades of Red Orange #FC2524

Tints of Red Orange #FC2524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 36 (14.45% from 255) = 11.08%

R = 77.54%
G = 11.38%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2524 (or 0xFC2524) is known color: Red Orange. HEX triplet: FC, 25 and 24. RGB value is (252,37,36). Sum of RGB (Red+Green+Blue) = 252+37+36=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2524 is #03DADB. Grayscale: #656565. Windows color (decimal): -252636 or 2369020. OLE color: 2369020.

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

Color convert

RGB 252 37 36 -
CMYK 0 0.85 0.86 0.01
HSL 0.28º 0.97% 0.56% -
HSV(B) 0.28º 0.86% 0.99% -
XYZ 41.12 22.15 3.78 -
YUV 101.17 91.23 235.58 -
System Red Green Blue C M Y K H S L
Decimal 252 37 36 0 0.85 0.86 0.01 0.28 0.97 0.56
Hex FC 25 24 0 55 56 1 0 61 38
Octal 374 45 44 0 125 126 1 0 141 70
Binary 11111100 100101 100100 0 1010101 1010110 1 0 1100001 111000

Color Harmonies of #FC2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2524

Black with #FC2524

Text Example


Text Example

White with #FC2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2524; }

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

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

background-color css

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

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

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

border-color css

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

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

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