Html Css Color HEX #FC2115 Scarlet

📋 copy color: '#FC2115'

red 252 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #FC2115

Tints of Scarlet #FC2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 82.35%
G = 10.78%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2115 (or 0xFC2115) is known color: Scarlet. HEX triplet: FC, 21 and 15. RGB value is (252,33,21). Sum of RGB (Red+Green+Blue) = 252+33+21=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2115 is #03DEEA. Grayscale: #616161. Windows color (decimal): -253675 or 1384956. OLE color: 1384956.

HSL color Cylindrical-coordinate representation of color #FC2115: hue angle of 3.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC2115 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 33 21 -
CMYK 0 0.87 0.92 0.01
HSL 3.12º 0.97% 0.54% -
HSV(B) 3.12º 0.92% 0.99% -
XYZ 40.82 21.84 2.77 -
YUV 97.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 252 33 21 0 0.87 0.92 0.01 3.12 0.97 0.54
Hex FC 21 15 0 57 5C 1 3 61 36
Octal 374 41 25 0 127 134 1 3 141 66
Binary 11111100 100001 10101 0 1010111 1011100 1 11 1100001 110110

Color Harmonies of #FC2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2115

Black with #FC2115

Text Example


Text Example

White with #FC2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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