Html Css Color HEX #FC190E Scarlet

📋 copy color: '#FC190E'

red 252 ◦ green 25 ◦ blue 14

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

Shades of Scarlet #FC190E

Tints of Scarlet #FC190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 86.6%
G = 8.59%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC190E (or 0xFC190E) is known color: Scarlet. HEX triplet: FC, 19 and 0E. RGB value is (252,25,14). Sum of RGB (Red+Green+Blue) = 252+25+14=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC190E is #03E6F1. Grayscale: #5B5B5B. Windows color (decimal): -255730 or 924156. OLE color: 924156.

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

Color convert

RGB 252 25 14 -
CMYK 0 0.90 0.94 0.01
HSL 2.77º 0.98% 0.52% -
HSV(B) 2.77º 0.94% 0.99% -
XYZ 40.57 21.42 2.41 -
YUV 91.62 84.21 242.39 -
System Red Green Blue C M Y K H S L
Decimal 252 25 14 0 0.90 0.94 0.01 2.77 0.98 0.52
Hex FC 19 E 0 5A 5E 1 3 62 34
Octal 374 31 16 0 132 136 1 3 142 64
Binary 11111100 11001 1110 0 1011010 1011110 1 11 1100010 110100

Color Harmonies of #FC190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC190E

Black with #FC190E

Text Example


Text Example

White with #FC190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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