Html Css Color HEX #FC2915 Scarlet

📋 copy color: '#FC2915'

red 252 ◦ green 41 ◦ blue 21

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

Shades of Scarlet #FC2915

Tints of Scarlet #FC2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 80.25%
G = 13.06%
B = 6.69%

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

#FC2915 (or 0xFC2915) is known color: Scarlet. HEX triplet: FC, 29 and 15. RGB value is (252,41,21). Sum of RGB (Red+Green+Blue) = 252+41+21=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2915 is #03D6EA. Grayscale: #666666. Windows color (decimal): -251627 or 1387004. OLE color: 1387004.

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

Color convert

RGB 252 41 21 -
CMYK 0 0.84 0.92 0.01
HSL 5.19º 0.97% 0.54% -
HSV(B) 5.19º 0.92% 0.99% -
XYZ 41.07 22.34 2.86 -
YUV 101.81 82.4 235.13 -
System Red Green Blue C M Y K H S L
Decimal 252 41 21 0 0.84 0.92 0.01 5.19 0.97 0.54
Hex FC 29 15 0 54 5C 1 5 61 36
Octal 374 51 25 0 124 134 1 5 141 66
Binary 11111100 101001 10101 0 1010100 1011100 1 101 1100001 110110

Color Harmonies of #FC2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2915

Black with #FC2915

Text Example


Text Example

White with #FC2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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