Html Css Color HEX #FC2814 Scarlet

📋 copy color: '#FC2814'

red 252 ◦ green 40 ◦ blue 20

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

Shades of Scarlet #FC2814

Tints of Scarlet #FC2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 80.77%
G = 12.82%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2814 (or 0xFC2814) is known color: Scarlet. HEX triplet: FC, 28 and 14. RGB value is (252,40,20). Sum of RGB (Red+Green+Blue) = 252+40+20=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2814 is #03D7EB. Grayscale: #656565. Windows color (decimal): -251884 or 1321212. OLE color: 1321212.

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

Color convert

RGB 252 40 20 -
CMYK 0 0.84 0.92 0.01
HSL 5.17º 0.97% 0.53% -
HSV(B) 5.17º 0.92% 0.99% -
XYZ 41.03 22.26 2.8 -
YUV 101.11 82.24 235.63 -
System Red Green Blue C M Y K H S L
Decimal 252 40 20 0 0.84 0.92 0.01 5.17 0.97 0.53
Hex FC 28 14 0 54 5C 1 5 61 35
Octal 374 50 24 0 124 134 1 5 141 65
Binary 11111100 101000 10100 0 1010100 1011100 1 101 1100001 110101

Color Harmonies of #FC2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2814

Black with #FC2814

Text Example


Text Example

White with #FC2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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