Html Css Color HEX #FC110F Red

📋 copy color: '#FC110F'

red 252 ◦ green 17 ◦ blue 15

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

Shades of Red #FC110F

Tints of Red #FC110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 88.73%
G = 5.99%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC110F (or 0xFC110F) is known color: Red. HEX triplet: FC, 11 and 0F. RGB value is (252,17,15). Sum of RGB (Red+Green+Blue) = 252+17+15=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC110F is #03EEF0. Grayscale: #575757. Windows color (decimal): -257777 or 987644. OLE color: 987644.

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

Color convert

RGB 252 17 15 -
CMYK 0 0.93 0.94 0.01
HSL 0.51º 0.98% 0.52% -
HSV(B) 0.51º 0.94% 0.99% -
XYZ 40.43 21.13 2.4 -
YUV 87.04 87.36 245.66 -
System Red Green Blue C M Y K H S L
Decimal 252 17 15 0 0.93 0.94 0.01 0.51 0.98 0.52
Hex FC 11 F 0 5D 5E 1 1 62 34
Octal 374 21 17 0 135 136 1 1 142 64
Binary 11111100 10001 1111 0 1011101 1011110 1 1 1100010 110100

Color Harmonies of #FC110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC110F

Black with #FC110F

Text Example


Text Example

White with #FC110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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