Html Css Color HEX #FC180C Scarlet

📋 copy color: '#FC180C'

red 252 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #FC180C

Tints of Scarlet #FC180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 87.5%
G = 8.33%
B = 4.17%

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

#FC180C (or 0xFC180C) is known color: Scarlet. HEX triplet: FC, 18 and 0C. RGB value is (252,24,12). Sum of RGB (Red+Green+Blue) = 252+24+12=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC180C is #03E7F3. Grayscale: #5B5B5B. Windows color (decimal): -255988 or 792828. OLE color: 792828.

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

Color convert

RGB 252 24 12 -
CMYK 0 0.90 0.95 0.01
HSL 0.98% 0.52% -
HSV(B) 0.95% 0.99% -
XYZ 40.54 21.38 2.34 -
YUV 90.8 83.54 242.98 -
System Red Green Blue C M Y K H S L
Decimal 252 24 12 0 0.90 0.95 0.01 3 0.98 0.52
Hex FC 18 C 0 5A 5F 1 3 62 34
Octal 374 30 14 0 132 137 1 3 142 64
Binary 11111100 11000 1100 0 1011010 1011111 1 11 1100010 110100

Color Harmonies of #FC180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC180C

Black with #FC180C

Text Example


Text Example

White with #FC180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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