Html Css Color HEX #FC1107 Red

📋 copy color: '#FC1107'

red 252 ◦ green 17 ◦ blue 7

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

Shades of Red #FC1107

Tints of Red #FC1107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 91.3%
G = 6.16%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC1107 (or 0xFC1107) is known color: Red. HEX triplet: FC, 11 and 07. RGB value is (252,17,7). Sum of RGB (Red+Green+Blue) = 252+17+7=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1107 is #03EEF8. Grayscale: #565656. Windows color (decimal): -257785 or 463356. OLE color: 463356.

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

Color convert

RGB 252 17 7 -
CMYK 0 0.93 0.97 0.01
HSL 2.45º 0.98% 0.51% -
HSV(B) 2.45º 0.97% 0.99% -
XYZ 40.38 21.11 2.15 -
YUV 86.13 83.36 246.31 -
System Red Green Blue C M Y K H S L
Decimal 252 17 7 0 0.93 0.97 0.01 2.45 0.98 0.51
Hex FC 11 7 0 5D 61 1 2 62 33
Octal 374 21 7 0 135 141 1 2 142 63
Binary 11111100 10001 111 0 1011101 1100001 1 10 1100010 110011

Color Harmonies of #FC1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1107

Black with #FC1107

Text Example


Text Example

White with #FC1107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1107; }

 p { color: rgb(252,17,7); }

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

background-color css

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

 a { background-color: rgb(252,17,7); }

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

border-color css

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

 span { border-color: rgb(252,17,7); }

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