Html Css Color HEX #FC1313 Red

📋 copy color: '#FC1313'

red 252 ◦ green 19 ◦ blue 19

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

Shades of Red #FC1313

Tints of Red #FC1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 86.9%
G = 6.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1313 (or 0xFC1313) is known color: Red. HEX triplet: FC, 13 and 13. RGB value is (252,19,19). Sum of RGB (Red+Green+Blue) = 252+19+19=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1313 is #03ECEC. Grayscale: #585858. Windows color (decimal): -257261 or 1250300. OLE color: 1250300.

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

Color convert

RGB 252 19 19 -
CMYK 0 0.92 0.92 0.01
HSL 0.97% 0.53% -
HSV(B) 0.92% 0.99% -
XYZ 40.5 21.21 2.58 -
YUV 88.67 88.69 244.5 -
System Red Green Blue C M Y K H S L
Decimal 252 19 19 0 0.92 0.92 0.01 0 0.97 0.53
Hex FC 13 13 0 5C 5C 1 0 61 35
Octal 374 23 23 0 134 134 1 0 141 65
Binary 11111100 10011 10011 0 1011100 1011100 1 0 1100001 110101

Color Harmonies of #FC1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1313

Black with #FC1313

Text Example


Text Example

White with #FC1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1313; }

 p { color: rgb(252,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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