Html Css Color HEX #FC1106 Red

📋 copy color: '#FC1106'

red 252 ◦ green 17 ◦ blue 6

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

Shades of Red #FC1106

Tints of Red #FC1106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 91.64%
G = 6.18%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC1106 (or 0xFC1106) is known color: Red. HEX triplet: FC, 11 and 06. RGB value is (252,17,6). Sum of RGB (Red+Green+Blue) = 252+17+6=275 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.64% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1106 is #03EEF9. Grayscale: #565656. Windows color (decimal): -257786 or 397820. OLE color: 397820.

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

Color convert

RGB 252 17 6 -
CMYK 0 0.93 0.98 0.01
HSL 2.68º 0.98% 0.51% -
HSV(B) 2.68º 0.98% 0.99% -
XYZ 40.38 21.11 2.12 -
YUV 86.01 82.86 246.39 -
System Red Green Blue C M Y K H S L
Decimal 252 17 6 0 0.93 0.98 0.01 2.68 0.98 0.51
Hex FC 11 6 0 5D 62 1 3 62 33
Octal 374 21 6 0 135 142 1 3 142 63
Binary 11111100 10001 110 0 1011101 1100010 1 11 1100010 110011

Color Harmonies of #FC1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1106

Black with #FC1106

Text Example


Text Example

White with #FC1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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