Html Css Color HEX #FC372B Red Orange

📋 copy color: '#FC372B'

red 252 ◦ green 55 ◦ blue 43

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

Shades of Red Orange #FC372B

Tints of Red Orange #FC372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 72%
G = 15.71%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC372B (or 0xFC372B) is known color: Red Orange. HEX triplet: FC, 37 and 2B. RGB value is (252,55,43). Sum of RGB (Red+Green+Blue) = 252+55+43=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC372B is #03C8D4. Grayscale: #707070. Windows color (decimal): -248021 or 2832380. OLE color: 2832380.

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

Color convert

RGB 252 55 43 -
CMYK 0 0.78 0.83 0.01
HSL 3.44º 0.97% 0.58% -
HSV(B) 3.44º 0.83% 0.99% -
XYZ 41.95 23.6 4.63 -
YUV 112.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 252 55 43 0 0.78 0.83 0.01 3.44 0.97 0.58
Hex FC 37 2B 0 4E 53 1 3 61 3A
Octal 374 67 53 0 116 123 1 3 141 72
Binary 11111100 110111 101011 0 1001110 1010011 1 11 1100001 111010

Color Harmonies of #FC372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC372B

Black with #FC372B

Text Example


Text Example

White with #FC372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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