Html Css Color HEX #FC1614 Scarlet

📋 copy color: '#FC1614'

red 252 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #FC1614

Tints of Scarlet #FC1614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 85.71%
G = 7.48%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC1614 (or 0xFC1614) is known color: Scarlet. HEX triplet: FC, 16 and 14. RGB value is (252,22,20). Sum of RGB (Red+Green+Blue) = 252+22+20=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1614 is #03E9EB. Grayscale: #5A5A5A. Windows color (decimal): -256492 or 1316604. OLE color: 1316604.

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

Color convert

RGB 252 22 20 -
CMYK 0 0.91 0.92 0.01
HSL 0.52º 0.97% 0.53% -
HSV(B) 0.52º 0.92% 0.99% -
XYZ 40.56 21.32 2.64 -
YUV 90.54 88.2 243.16 -
System Red Green Blue C M Y K H S L
Decimal 252 22 20 0 0.91 0.92 0.01 0.52 0.97 0.53
Hex FC 16 14 0 5B 5C 1 1 61 35
Octal 374 26 24 0 133 134 1 1 141 65
Binary 11111100 10110 10100 0 1011011 1011100 1 1 1100001 110101

Color Harmonies of #FC1614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1614

Black with #FC1614

Text Example


Text Example

White with #FC1614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1614; }

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

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

background-color css

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

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

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

border-color css

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

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

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