Html Css Color HEX #FC1915 Scarlet

📋 copy color: '#FC1915'

red 252 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #FC1915

Tints of Scarlet #FC1915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 84.56%
G = 8.39%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1915 (or 0xFC1915) is known color: Scarlet. HEX triplet: FC, 19 and 15. RGB value is (252,25,21). Sum of RGB (Red+Green+Blue) = 252+25+21=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1915 is #03E6EA. Grayscale: #5C5C5C. Windows color (decimal): -255723 or 1382908. OLE color: 1382908.

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

Color convert

RGB 252 25 21 -
CMYK 0 0.90 0.92 0.01
HSL 1.04º 0.97% 0.54% -
HSV(B) 1.04º 0.92% 0.99% -
XYZ 40.63 21.44 2.71 -
YUV 92.42 87.71 241.83 -
System Red Green Blue C M Y K H S L
Decimal 252 25 21 0 0.90 0.92 0.01 1.04 0.97 0.54
Hex FC 19 15 0 5A 5C 1 1 61 36
Octal 374 31 25 0 132 134 1 1 141 66
Binary 11111100 11001 10101 0 1011010 1011100 1 1 1100001 110110

Color Harmonies of #FC1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1915

Black with #FC1915

Text Example


Text Example

White with #FC1915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1915; }

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

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

background-color css

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

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

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

border-color css

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

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

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