Html Css Color HEX #FC1104 Red

📋 copy color: '#FC1104'

red 252 ◦ green 17 ◦ blue 4

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

Shades of Red #FC1104

Tints of Red #FC1104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 92.31%
G = 6.23%
B = 1.47%

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

#FC1104 (or 0xFC1104) is known color: Red. HEX triplet: FC, 11 and 04. RGB value is (252,17,4). Sum of RGB (Red+Green+Blue) = 252+17+4=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1104 is #03EEFB. Grayscale: #565656. Windows color (decimal): -257788 or 266748. OLE color: 266748.

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

Color convert

RGB 252 17 4 -
CMYK 0 0.93 0.98 0.01
HSL 3.15º 0.98% 0.5% -
HSV(B) 3.15º 0.98% 0.99% -
XYZ 40.37 21.11 2.06 -
YUV 85.78 81.86 246.56 -
System Red Green Blue C M Y K H S L
Decimal 252 17 4 0 0.93 0.98 0.01 3.15 0.98 0.5
Hex FC 11 4 0 5D 62 1 3 62 32
Octal 374 21 4 0 135 142 1 3 142 62
Binary 11111100 10001 100 0 1011101 1100010 1 11 1100010 110010

Color Harmonies of #FC1104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1104

Black with #FC1104

Text Example


Text Example

White with #FC1104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1104; }

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

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

background-color css

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

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

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

border-color css

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

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

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