Html Css Color HEX #FC110E Red

📋 copy color: '#FC110E'

red 252 ◦ green 17 ◦ blue 14

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

Shades of Red #FC110E

Tints of Red #FC110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 89.05%
G = 6.01%
B = 4.95%

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

#FC110E (or 0xFC110E) is known color: Red. HEX triplet: FC, 11 and 0E. RGB value is (252,17,14). Sum of RGB (Red+Green+Blue) = 252+17+14=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC110E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC110E is #03EEF1. Grayscale: #575757. Windows color (decimal): -257778 or 922108. OLE color: 922108.

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

Color convert

RGB 252 17 14 -
CMYK 0 0.93 0.94 0.01
HSL 0.76º 0.98% 0.52% -
HSV(B) 0.76º 0.94% 0.99% -
XYZ 40.42 21.13 2.36 -
YUV 86.92 86.86 245.74 -
System Red Green Blue C M Y K H S L
Decimal 252 17 14 0 0.93 0.94 0.01 0.76 0.98 0.52
Hex FC 11 E 0 5D 5E 1 1 62 34
Octal 374 21 16 0 135 136 1 1 142 64
Binary 11111100 10001 1110 0 1011101 1011110 1 1 1100010 110100

Color Harmonies of #FC110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC110E

Black with #FC110E

Text Example


Text Example

White with #FC110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC110E; }

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

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

background-color css

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

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

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

border-color css

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

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

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