Html Css Color HEX #FC2419 Scarlet

📋 copy color: '#FC2419'

red 252 ◦ green 36 ◦ blue 25

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

Shades of Scarlet #FC2419

Tints of Scarlet #FC2419

RGB

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

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

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

R = 80.51%
G = 11.5%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC2419 (or 0xFC2419) is known color: Scarlet. HEX triplet: FC, 24 and 19. RGB value is (252,36,25). Sum of RGB (Red+Green+Blue) = 252+36+25=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2419 is #03DBE6. Grayscale: #636363. Windows color (decimal): -252903 or 1647868. OLE color: 1647868.

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

Color convert

RGB 252 36 25 -
CMYK 0 0.86 0.90 0.01
HSL 2.91º 0.97% 0.54% -
HSV(B) 2.91º 0.9% 0.99% -
XYZ 40.95 22.03 3.01 -
YUV 99.33 86.06 236.89 -
System Red Green Blue C M Y K H S L
Decimal 252 36 25 0 0.86 0.90 0.01 2.91 0.97 0.54
Hex FC 24 19 0 56 5A 1 3 61 36
Octal 374 44 31 0 126 132 1 3 141 66
Binary 11111100 100100 11001 0 1010110 1011010 1 11 1100001 110110

Color Harmonies of #FC2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2419

Black with #FC2419

Text Example


Text Example

White with #FC2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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