Html Css Color HEX #FC1512 Scarlet

📋 copy color: '#FC1512'

red 252 ◦ green 21 ◦ blue 18

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

Shades of Scarlet #FC1512

Tints of Scarlet #FC1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 86.6%
G = 7.22%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1512 (or 0xFC1512) is known color: Scarlet. HEX triplet: FC, 15 and 12. RGB value is (252,21,18). Sum of RGB (Red+Green+Blue) = 252+21+18=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1512 is #03EAED. Grayscale: #595959. Windows color (decimal): -256750 or 1185276. OLE color: 1185276.

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

Color convert

RGB 252 21 18 -
CMYK 0 0.92 0.93 0.01
HSL 0.77º 0.98% 0.53% -
HSV(B) 0.77º 0.93% 0.99% -
XYZ 40.52 21.28 2.54 -
YUV 89.73 87.53 243.74 -
System Red Green Blue C M Y K H S L
Decimal 252 21 18 0 0.92 0.93 0.01 0.77 0.98 0.53
Hex FC 15 12 0 5C 5D 1 1 62 35
Octal 374 25 22 0 134 135 1 1 142 65
Binary 11111100 10101 10010 0 1011100 1011101 1 1 1100010 110101

Color Harmonies of #FC1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1512

Black with #FC1512

Text Example


Text Example

White with #FC1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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