Html Css Color HEX #FC180E Scarlet

📋 copy color: '#FC180E'

red 252 ◦ green 24 ◦ blue 14

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

Shades of Scarlet #FC180E

Tints of Scarlet #FC180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 86.9%
G = 8.28%
B = 4.83%

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

#FC180E (or 0xFC180E) is known color: Scarlet. HEX triplet: FC, 18 and 0E. RGB value is (252,24,14). Sum of RGB (Red+Green+Blue) = 252+24+14=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC180E is #03E7F1. Grayscale: #5B5B5B. Windows color (decimal): -255986 or 923900. OLE color: 923900.

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

Color convert

RGB 252 24 14 -
CMYK 0 0.90 0.94 0.01
HSL 2.52º 0.98% 0.52% -
HSV(B) 2.52º 0.94% 0.99% -
XYZ 40.55 21.38 2.41 -
YUV 91.03 84.54 242.81 -
System Red Green Blue C M Y K H S L
Decimal 252 24 14 0 0.90 0.94 0.01 2.52 0.98 0.52
Hex FC 18 E 0 5A 5E 1 3 62 34
Octal 374 30 16 0 132 136 1 3 142 64
Binary 11111100 11000 1110 0 1011010 1011110 1 11 1100010 110100

Color Harmonies of #FC180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC180E

Black with #FC180E

Text Example


Text Example

White with #FC180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC180E; }

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

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

background-color css

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

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

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

border-color css

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

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

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