Html Css Color HEX #FC2C1E Red Orange

📋 copy color: '#FC2C1E'

red 252 ◦ green 44 ◦ blue 30

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

Shades of Red Orange #FC2C1E

Tints of Red Orange #FC2C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 77.3%
G = 13.5%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC2C1E (or 0xFC2C1E) is known color: Red Orange. HEX triplet: FC, 2C and 1E. RGB value is (252,44,30). Sum of RGB (Red+Green+Blue) = 252+44+30=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C1E is #03D3E1. Grayscale: #686868. Windows color (decimal): -250850 or 1977596. OLE color: 1977596.

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

Color convert

RGB 252 44 30 -
CMYK 0 0.83 0.88 0.01
HSL 3.78º 0.97% 0.55% -
HSV(B) 3.78º 0.88% 0.99% -
XYZ 41.28 22.59 3.41 -
YUV 104.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 252 44 30 0 0.83 0.88 0.01 3.78 0.97 0.55
Hex FC 2C 1E 0 53 58 1 4 61 37
Octal 374 54 36 0 123 130 1 4 141 67
Binary 11111100 101100 11110 0 1010011 1011000 1 100 1100001 110111

Color Harmonies of #FC2C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C1E

Black with #FC2C1E

Text Example


Text Example

White with #FC2C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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