Html Css Color HEX #FC140D Scarlet

📋 copy color: '#FC140D'

red 252 ◦ green 20 ◦ blue 13

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

Shades of Scarlet #FC140D

Tints of Scarlet #FC140D

RGB

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

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

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

R = 88.42%
G = 7.02%
B = 4.56%

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

#FC140D (or 0xFC140D) is known color: Scarlet. HEX triplet: FC, 14 and 0D. RGB value is (252,20,13). Sum of RGB (Red+Green+Blue) = 252+20+13=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC140D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC140D is #03EBF2. Grayscale: #585858. Windows color (decimal): -257011 or 857340. OLE color: 857340.

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

Color convert

RGB 252 20 13 -
CMYK 0 0.92 0.95 0.01
HSL 1.76º 0.98% 0.52% -
HSV(B) 1.76º 0.95% 0.99% -
XYZ 40.47 21.22 2.34 -
YUV 88.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 252 20 13 0 0.92 0.95 0.01 1.76 0.98 0.52
Hex FC 14 D 0 5C 5F 1 2 62 34
Octal 374 24 15 0 134 137 1 2 142 64
Binary 11111100 10100 1101 0 1011100 1011111 1 10 1100010 110100

Color Harmonies of #FC140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC140D

Black with #FC140D

Text Example


Text Example

White with #FC140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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