Html Css Color HEX #FC140C Scarlet

📋 copy color: '#FC140C'

red 252 ◦ green 20 ◦ blue 12

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

Shades of Scarlet #FC140C

Tints of Scarlet #FC140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 88.73%
G = 7.04%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC140C (or 0xFC140C) is known color: Scarlet. HEX triplet: FC, 14 and 0C. RGB value is (252,20,12). Sum of RGB (Red+Green+Blue) = 252+20+12=284 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.73% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 252 - color contains mainly: red. Hex color #FC140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC140C is #03EBF3. Grayscale: #585858. Windows color (decimal): -257012 or 791804. OLE color: 791804.

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

Color convert

RGB 252 20 12 -
CMYK 0 0.92 0.95 0.01
HSL 0.98% 0.52% -
HSV(B) 0.95% 0.99% -
XYZ 40.46 21.22 2.31 -
YUV 88.46 84.86 244.65 -
System Red Green Blue C M Y K H S L
Decimal 252 20 12 0 0.92 0.95 0.01 2 0.98 0.52
Hex FC 14 C 0 5C 5F 1 2 62 34
Octal 374 24 14 0 134 137 1 2 142 64
Binary 11111100 10100 1100 0 1011100 1011111 1 10 1100010 110100

Color Harmonies of #FC140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC140C

Black with #FC140C

Text Example


Text Example

White with #FC140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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