Html Css Color HEX #FC140B Scarlet

📋 copy color: '#FC140B'

red 252 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #FC140B

Tints of Scarlet #FC140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 89.05%
G = 7.07%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC140B (or 0xFC140B) is known color: Scarlet. HEX triplet: FC, 14 and 0B. RGB value is (252,20,11). Sum of RGB (Red+Green+Blue) = 252+20+11=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC140B is #03EBF4. Grayscale: #585858. Windows color (decimal): -257013 or 726268. OLE color: 726268.

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

Color convert

RGB 252 20 11 -
CMYK 0 0.92 0.96 0.01
HSL 2.24º 0.98% 0.52% -
HSV(B) 2.24º 0.96% 0.99% -
XYZ 40.46 21.22 2.28 -
YUV 88.34 84.36 244.73 -
System Red Green Blue C M Y K H S L
Decimal 252 20 11 0 0.92 0.96 0.01 2.24 0.98 0.52
Hex FC 14 B 0 5C 60 1 2 62 34
Octal 374 24 13 0 134 140 1 2 142 64
Binary 11111100 10100 1011 0 1011100 1100000 1 10 1100010 110100

Color Harmonies of #FC140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC140B

Black with #FC140B

Text Example


Text Example

White with #FC140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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