Html Css Color HEX #FC110B Red

📋 copy color: '#FC110B'

red 252 ◦ green 17 ◦ blue 11

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

Shades of Red #FC110B

Tints of Red #FC110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 90%
G = 6.07%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC110B (or 0xFC110B) is known color: Red. HEX triplet: FC, 11 and 0B. RGB value is (252,17,11). Sum of RGB (Red+Green+Blue) = 252+17+11=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC110B is #03EEF4. Grayscale: #565656. Windows color (decimal): -257781 or 725500. OLE color: 725500.

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

Color convert

RGB 252 17 11 -
CMYK 0 0.93 0.96 0.01
HSL 1.49º 0.98% 0.52% -
HSV(B) 1.49º 0.96% 0.99% -
XYZ 40.41 21.12 2.26 -
YUV 86.58 85.36 245.99 -
System Red Green Blue C M Y K H S L
Decimal 252 17 11 0 0.93 0.96 0.01 1.49 0.98 0.52
Hex FC 11 B 0 5D 60 1 1 62 34
Octal 374 21 13 0 135 140 1 1 142 64
Binary 11111100 10001 1011 0 1011101 1100000 1 1 1100010 110100

Color Harmonies of #FC110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC110B

Black with #FC110B

Text Example


Text Example

White with #FC110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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