Html Css Color HEX #FC1912 Scarlet

📋 copy color: '#FC1912'

red 252 ◦ green 25 ◦ blue 18

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

Shades of Scarlet #FC1912

Tints of Scarlet #FC1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 85.42%
G = 8.47%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1912 (or 0xFC1912) is known color: Scarlet. HEX triplet: FC, 19 and 12. RGB value is (252,25,18). Sum of RGB (Red+Green+Blue) = 252+25+18=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1912 is #03E6ED. Grayscale: #5C5C5C. Windows color (decimal): -255726 or 1186300. OLE color: 1186300.

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

Color convert

RGB 252 25 18 -
CMYK 0 0.90 0.93 0.01
HSL 1.79º 0.98% 0.53% -
HSV(B) 1.79º 0.93% 0.99% -
XYZ 40.6 21.43 2.57 -
YUV 92.08 86.21 242.07 -
System Red Green Blue C M Y K H S L
Decimal 252 25 18 0 0.90 0.93 0.01 1.79 0.98 0.53
Hex FC 19 12 0 5A 5D 1 2 62 35
Octal 374 31 22 0 132 135 1 2 142 65
Binary 11111100 11001 10010 0 1011010 1011101 1 10 1100010 110101

Color Harmonies of #FC1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1912

Black with #FC1912

Text Example


Text Example

White with #FC1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1912; }

 p { color: rgb(252,25,18); }

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

background-color css

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

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

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

border-color css

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

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

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