Html Css Color HEX #FC190A Scarlet

📋 copy color: '#FC190A'

red 252 ◦ green 25 ◦ blue 10

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

Shades of Scarlet #FC190A

Tints of Scarlet #FC190A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 87.8%
G = 8.71%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC190A (or 0xFC190A) is known color: Scarlet. HEX triplet: FC, 19 and 0A. RGB value is (252,25,10). Sum of RGB (Red+Green+Blue) = 252+25+10=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC190A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC190A is #03E6F5. Grayscale: #5B5B5B. Windows color (decimal): -255734 or 662012. OLE color: 662012.

HSL color Cylindrical-coordinate representation of color #FC190A: hue angle of 3.72º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC190A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 25 10 -
CMYK 0 0.90 0.96 0.01
HSL 3.72º 0.98% 0.51% -
HSV(B) 3.72º 0.96% 0.99% -
XYZ 40.55 21.41 2.28 -
YUV 91.16 82.21 242.72 -
System Red Green Blue C M Y K H S L
Decimal 252 25 10 0 0.90 0.96 0.01 3.72 0.98 0.51
Hex FC 19 A 0 5A 60 1 4 62 33
Octal 374 31 12 0 132 140 1 4 142 63
Binary 11111100 11001 1010 0 1011010 1100000 1 100 1100010 110011

Color Harmonies of #FC190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC190A

Black with #FC190A

Text Example


Text Example

White with #FC190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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