Html Css Color HEX #FC1413 Scarlet

📋 copy color: '#FC1413'

red 252 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #FC1413

Tints of Scarlet #FC1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 86.6%
G = 6.87%
B = 6.53%

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

#FC1413 (or 0xFC1413) is known color: Scarlet. HEX triplet: FC, 14 and 13. RGB value is (252,20,19). Sum of RGB (Red+Green+Blue) = 252+20+19=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1413 is #03EBEC. Grayscale: #595959. Windows color (decimal): -257005 or 1250556. OLE color: 1250556.

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

Color convert

RGB 252 20 19 -
CMYK 0 0.92 0.92 0.01
HSL 0.26º 0.97% 0.53% -
HSV(B) 0.26º 0.92% 0.99% -
XYZ 40.51 21.24 2.58 -
YUV 89.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 252 20 19 0 0.92 0.92 0.01 0.26 0.97 0.53
Hex FC 14 13 0 5C 5C 1 0 61 35
Octal 374 24 23 0 134 134 1 0 141 65
Binary 11111100 10100 10011 0 1011100 1011100 1 0 1100001 110101

Color Harmonies of #FC1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1413

Black with #FC1413

Text Example


Text Example

White with #FC1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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