Html Css Color HEX #FC2515 Scarlet

📋 copy color: '#FC2515'

red 252 ◦ green 37 ◦ blue 21

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

Shades of Scarlet #FC2515

Tints of Scarlet #FC2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 81.29%
G = 11.94%
B = 6.77%

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

#FC2515 (or 0xFC2515) is known color: Scarlet. HEX triplet: FC, 25 and 15. RGB value is (252,37,21). Sum of RGB (Red+Green+Blue) = 252+37+21=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2515 is #03DAEA. Grayscale: #636363. Windows color (decimal): -252651 or 1385980. OLE color: 1385980.

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

Color convert

RGB 252 37 21 -
CMYK 0 0.85 0.92 0.01
HSL 4.16º 0.97% 0.54% -
HSV(B) 4.16º 0.92% 0.99% -
XYZ 40.94 22.07 2.81 -
YUV 99.46 83.73 236.8 -
System Red Green Blue C M Y K H S L
Decimal 252 37 21 0 0.85 0.92 0.01 4.16 0.97 0.54
Hex FC 25 15 0 55 5C 1 4 61 36
Octal 374 45 25 0 125 134 1 4 141 66
Binary 11111100 100101 10101 0 1010101 1011100 1 100 1100001 110110

Color Harmonies of #FC2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2515

Black with #FC2515

Text Example


Text Example

White with #FC2515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2515; }

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

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

background-color css

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

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

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

border-color css

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

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

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