Html Css Color HEX #FC2519 Scarlet

📋 copy color: '#FC2519'

red 252 ◦ green 37 ◦ blue 25

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

Shades of Scarlet #FC2519

Tints of Scarlet #FC2519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 80.25%
G = 11.78%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC2519 (or 0xFC2519) is known color: Scarlet. HEX triplet: FC, 25 and 19. RGB value is (252,37,25). Sum of RGB (Red+Green+Blue) = 252+37+25=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2519 is #03DAE6. Grayscale: #646464. Windows color (decimal): -252647 or 1648124. OLE color: 1648124.

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

Color convert

RGB 252 37 25 -
CMYK 0 0.85 0.90 0.01
HSL 3.17º 0.97% 0.54% -
HSV(B) 3.17º 0.9% 0.99% -
XYZ 40.98 22.09 3.02 -
YUV 99.92 85.73 236.48 -
System Red Green Blue C M Y K H S L
Decimal 252 37 25 0 0.85 0.90 0.01 3.17 0.97 0.54
Hex FC 25 19 0 55 5A 1 3 61 36
Octal 374 45 31 0 125 132 1 3 141 66
Binary 11111100 100101 11001 0 1010101 1011010 1 11 1100001 110110

Color Harmonies of #FC2519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2519

Black with #FC2519

Text Example


Text Example

White with #FC2519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2519; }

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

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

background-color css

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

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

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

border-color css

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

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

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