Html Css Color HEX #FC2C14 Scarlet

📋 copy color: '#FC2C14'

red 252 ◦ green 44 ◦ blue 20

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

Shades of Scarlet #FC2C14

Tints of Scarlet #FC2C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 79.75%
G = 13.92%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2C14 (or 0xFC2C14) is known color: Scarlet. HEX triplet: FC, 2C and 14. RGB value is (252,44,20). Sum of RGB (Red+Green+Blue) = 252+44+20=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C14 is #03D3EB. Grayscale: #676767. Windows color (decimal): -250860 or 1322236. OLE color: 1322236.

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

Color convert

RGB 252 44 20 -
CMYK 0 0.83 0.92 0.01
HSL 6.21º 0.97% 0.53% -
HSV(B) 6.21º 0.92% 0.99% -
XYZ 41.17 22.55 2.84 -
YUV 103.46 80.91 233.95 -
System Red Green Blue C M Y K H S L
Decimal 252 44 20 0 0.83 0.92 0.01 6.21 0.97 0.53
Hex FC 2C 14 0 53 5C 1 6 61 35
Octal 374 54 24 0 123 134 1 6 141 65
Binary 11111100 101100 10100 0 1010011 1011100 1 110 1100001 110101

Color Harmonies of #FC2C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C14

Black with #FC2C14

Text Example


Text Example

White with #FC2C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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