Html Css Color HEX #FC2F19 Scarlet

📋 copy color: '#FC2F19'

red 252 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #FC2F19

Tints of Scarlet #FC2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

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

R = 77.78%
G = 14.51%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC2F19 (or 0xFC2F19) is known color: Scarlet. HEX triplet: FC, 2F and 19. RGB value is (252,47,25). Sum of RGB (Red+Green+Blue) = 252+47+25=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F19 is #03D0E6. Grayscale: #6A6A6A. Windows color (decimal): -250087 or 1650684. OLE color: 1650684.

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

Color convert

RGB 252 47 25 -
CMYK 0 0.81 0.90 0.01
HSL 5.81º 0.97% 0.54% -
HSV(B) 5.81º 0.9% 0.99% -
XYZ 41.34 22.8 3.14 -
YUV 105.79 82.42 232.29 -
System Red Green Blue C M Y K H S L
Decimal 252 47 25 0 0.81 0.90 0.01 5.81 0.97 0.54
Hex FC 2F 19 0 51 5A 1 6 61 36
Octal 374 57 31 0 121 132 1 6 141 66
Binary 11111100 101111 11001 0 1010001 1011010 1 110 1100001 110110

Color Harmonies of #FC2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F19

Black with #FC2F19

Text Example


Text Example

White with #FC2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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