Html Css Color HEX #FC2D2C Red Orange

📋 copy color: '#FC2D2C'

red 252 ◦ green 45 ◦ blue 44

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

Shades of Red Orange #FC2D2C

Tints of Red Orange #FC2D2C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 73.9%
G = 13.2%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC2D2C (or 0xFC2D2C) is known color: Red Orange. HEX triplet: FC, 2D and 2C. RGB value is (252,45,44). Sum of RGB (Red+Green+Blue) = 252+45+44=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D2C is #03D2D3. Grayscale: #6A6A6A. Windows color (decimal): -250580 or 2895356. OLE color: 2895356.

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

Color convert

RGB 252 45 44 -
CMYK 0 0.82 0.83 0.01
HSL 0.29º 0.97% 0.58% -
HSV(B) 0.29º 0.83% 0.99% -
XYZ 41.54 22.75 4.59 -
YUV 106.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 252 45 44 0 0.82 0.83 0.01 0.29 0.97 0.58
Hex FC 2D 2C 0 52 53 1 0 61 3A
Octal 374 55 54 0 122 123 1 0 141 72
Binary 11111100 101101 101100 0 1010010 1010011 1 0 1100001 111010

Color Harmonies of #FC2D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D2C

Black with #FC2D2C

Text Example


Text Example

White with #FC2D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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