Html Css Color HEX #FC1300 Scarlet

📋 copy color: '#FC1300'

red 252 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #FC1300

Tints of Scarlet #FC1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.99%
G = 7.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC1300 (or 0xFC1300) is known color: Scarlet. HEX triplet: FC, 13 and 00. RGB value is (252,19,0). Sum of RGB (Red+Green+Blue) = 252+19+0=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1300 is #03ECFF. Grayscale: #565656. Windows color (decimal): -257280 or 5116. OLE color: 5116.

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

Color convert

RGB 252 19 0 -
CMYK 0 0.92 1 0.01
HSL 4.52º 1% 0.49% -
HSV(B) 4.52º 1% 0.99% -
XYZ 40.38 21.16 1.96 -
YUV 86.5 79.19 246.04 -
System Red Green Blue C M Y K H S L
Decimal 252 19 0 0 0.92 1 0.01 4.52 1 0.49
Hex FC 13 0 0 5C 64 1 5 64 31
Octal 374 23 0 0 134 144 1 5 144 61
Binary 11111100 10011 0 0 1011100 1100100 1 101 1100100 110001

Color Harmonies of #FC1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1300

Black with #FC1300

Text Example


Text Example

White with #FC1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1300; }

 p { color: rgb(252,19,0); }

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

background-color css

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

 a { background-color: rgb(252,19,0); }

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

border-color css

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

 span { border-color: rgb(252,19,0); }

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