Html Css Color HEX #FC2714 Scarlet

📋 copy color: '#FC2714'

red 252 ◦ green 39 ◦ blue 20

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

Shades of Scarlet #FC2714

Tints of Scarlet #FC2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 81.03%
G = 12.54%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2714 (or 0xFC2714) is known color: Scarlet. HEX triplet: FC, 27 and 14. RGB value is (252,39,20). Sum of RGB (Red+Green+Blue) = 252+39+20=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2714 is #03D8EB. Grayscale: #646464. Windows color (decimal): -252140 or 1320956. OLE color: 1320956.

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

Color convert

RGB 252 39 20 -
CMYK 0 0.85 0.92 0.01
HSL 4.91º 0.97% 0.53% -
HSV(B) 4.91º 0.92% 0.99% -
XYZ 41 22.2 2.79 -
YUV 100.52 82.57 236.04 -
System Red Green Blue C M Y K H S L
Decimal 252 39 20 0 0.85 0.92 0.01 4.91 0.97 0.53
Hex FC 27 14 0 55 5C 1 5 61 35
Octal 374 47 24 0 125 134 1 5 141 65
Binary 11111100 100111 10100 0 1010101 1011100 1 101 1100001 110101

Color Harmonies of #FC2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2714

Black with #FC2714

Text Example


Text Example

White with #FC2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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