Html Css Color HEX #FC190D Scarlet

📋 copy color: '#FC190D'

red 252 ◦ green 25 ◦ blue 13

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

Shades of Scarlet #FC190D

Tints of Scarlet #FC190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 86.9%
G = 8.62%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC190D (or 0xFC190D) is known color: Scarlet. HEX triplet: FC, 19 and 0D. RGB value is (252,25,13). Sum of RGB (Red+Green+Blue) = 252+25+13=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC190D is #03E6F2. Grayscale: #5B5B5B. Windows color (decimal): -255731 or 858620. OLE color: 858620.

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

Color convert

RGB 252 25 13 -
CMYK 0 0.90 0.95 0.01
HSL 3.01º 0.98% 0.52% -
HSV(B) 3.01º 0.95% 0.99% -
XYZ 40.57 21.42 2.38 -
YUV 91.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 252 25 13 0 0.90 0.95 0.01 3.01 0.98 0.52
Hex FC 19 D 0 5A 5F 1 3 62 34
Octal 374 31 15 0 132 137 1 3 142 64
Binary 11111100 11001 1101 0 1011010 1011111 1 11 1100010 110100

Color Harmonies of #FC190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC190D

Black with #FC190D

Text Example


Text Example

White with #FC190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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