Html Css Color HEX #FC2015 Scarlet

📋 copy color: '#FC2015'

red 252 ◦ green 32 ◦ blue 21

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

Shades of Scarlet #FC2015

Tints of Scarlet #FC2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 82.62%
G = 10.49%
B = 6.89%

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

#FC2015 (or 0xFC2015) is known color: Scarlet. HEX triplet: FC, 20 and 15. RGB value is (252,32,21). Sum of RGB (Red+Green+Blue) = 252+32+21=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2015 is #03DFEA. Grayscale: #606060. Windows color (decimal): -253931 or 1384700. OLE color: 1384700.

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

Color convert

RGB 252 32 21 -
CMYK 0 0.87 0.92 0.01
HSL 2.86º 0.97% 0.54% -
HSV(B) 2.86º 0.92% 0.99% -
XYZ 40.8 21.78 2.76 -
YUV 96.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 252 32 21 0 0.87 0.92 0.01 2.86 0.97 0.54
Hex FC 20 15 0 57 5C 1 3 61 36
Octal 374 40 25 0 127 134 1 3 141 66
Binary 11111100 100000 10101 0 1010111 1011100 1 11 1100001 110110

Color Harmonies of #FC2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2015

Black with #FC2015

Text Example


Text Example

White with #FC2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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