Html Css Color HEX #FC372D Red Orange

📋 copy color: '#FC372D'

red 252 ◦ green 55 ◦ blue 45

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

Shades of Red Orange #FC372D

Tints of Red Orange #FC372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 71.59%
G = 15.63%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC372D (or 0xFC372D) is known color: Red Orange. HEX triplet: FC, 37 and 2D. RGB value is (252,55,45). Sum of RGB (Red+Green+Blue) = 252+55+45=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC372D is #03C8D2. Grayscale: #707070. Windows color (decimal): -248019 or 2963452. OLE color: 2963452.

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

Color convert

RGB 252 55 45 -
CMYK 0 0.78 0.82 0.01
HSL 2.9º 0.97% 0.58% -
HSV(B) 2.9º 0.82% 0.99% -
XYZ 41.98 23.62 4.83 -
YUV 112.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 252 55 45 0 0.78 0.82 0.01 2.9 0.97 0.58
Hex FC 37 2D 0 4E 52 1 3 61 3A
Octal 374 67 55 0 116 122 1 3 141 72
Binary 11111100 110111 101101 0 1001110 1010010 1 11 1100001 111010

Color Harmonies of #FC372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC372D

Black with #FC372D

Text Example


Text Example

White with #FC372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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