Html Css Color HEX #FC190B Scarlet

📋 copy color: '#FC190B'

red 252 ◦ green 25 ◦ blue 11

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

Shades of Scarlet #FC190B

Tints of Scarlet #FC190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 87.5%
G = 8.68%
B = 3.82%

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

#FC190B (or 0xFC190B) is known color: Scarlet. HEX triplet: FC, 19 and 0B. RGB value is (252,25,11). Sum of RGB (Red+Green+Blue) = 252+25+11=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC190B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC190B is #03E6F4. Grayscale: #5B5B5B. Windows color (decimal): -255733 or 727548. OLE color: 727548.

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

Color convert

RGB 252 25 11 -
CMYK 0 0.90 0.96 0.01
HSL 3.49º 0.98% 0.52% -
HSV(B) 3.49º 0.96% 0.99% -
XYZ 40.55 21.41 2.31 -
YUV 91.28 82.71 242.64 -
System Red Green Blue C M Y K H S L
Decimal 252 25 11 0 0.90 0.96 0.01 3.49 0.98 0.52
Hex FC 19 B 0 5A 60 1 3 62 34
Octal 374 31 13 0 132 140 1 3 142 64
Binary 11111100 11001 1011 0 1011010 1100000 1 11 1100010 110100

Color Harmonies of #FC190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC190B

Black with #FC190B

Text Example


Text Example

White with #FC190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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