Html Css Color HEX #FC2415 Scarlet

📋 copy color: '#FC2415'

red 252 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #FC2415

Tints of Scarlet #FC2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 81.55%
G = 11.65%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC2415 (or 0xFC2415) is known color: Scarlet. HEX triplet: FC, 24 and 15. RGB value is (252,36,21). Sum of RGB (Red+Green+Blue) = 252+36+21=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2415 is #03DBEA. Grayscale: #636363. Windows color (decimal): -252907 or 1385724. OLE color: 1385724.

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

Color convert

RGB 252 36 21 -
CMYK 0 0.86 0.92 0.01
HSL 3.9º 0.97% 0.54% -
HSV(B) 3.9º 0.92% 0.99% -
XYZ 40.91 22.01 2.8 -
YUV 98.87 84.06 237.22 -
System Red Green Blue C M Y K H S L
Decimal 252 36 21 0 0.86 0.92 0.01 3.9 0.97 0.54
Hex FC 24 15 0 56 5C 1 4 61 36
Octal 374 44 25 0 126 134 1 4 141 66
Binary 11111100 100100 10101 0 1010110 1011100 1 100 1100001 110110

Color Harmonies of #FC2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2415

Black with #FC2415

Text Example


Text Example

White with #FC2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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