Html Css Color HEX #FC2C24 Red Orange

📋 copy color: '#FC2C24'

red 252 ◦ green 44 ◦ blue 36

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

Shades of Red Orange #FC2C24

Tints of Red Orange #FC2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.25%

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

R = 75.9%
G = 13.25%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC2C24 (or 0xFC2C24) is known color: Red Orange. HEX triplet: FC, 2C and 24. RGB value is (252,44,36). Sum of RGB (Red+Green+Blue) = 252+44+36=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C24 is #03D3DB. Grayscale: #696969. Windows color (decimal): -250844 or 2370812. OLE color: 2370812.

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

Color convert

RGB 252 44 36 -
CMYK 0 0.83 0.86 0.01
HSL 2.22º 0.97% 0.56% -
HSV(B) 2.22º 0.86% 0.99% -
XYZ 41.36 22.62 3.86 -
YUV 105.28 88.91 232.65 -
System Red Green Blue C M Y K H S L
Decimal 252 44 36 0 0.83 0.86 0.01 2.22 0.97 0.56
Hex FC 2C 24 0 53 56 1 2 61 38
Octal 374 54 44 0 123 126 1 2 141 70
Binary 11111100 101100 100100 0 1010011 1010110 1 10 1100001 111000

Color Harmonies of #FC2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C24

Black with #FC2C24

Text Example


Text Example

White with #FC2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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