Html Css Color HEX #FC1600 Scarlet

📋 copy color: '#FC1600'

red 252 ◦ green 22 ◦ blue 0

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

Shades of Scarlet #FC1600

Tints of Scarlet #FC1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 91.97%
G = 8.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC1600 (or 0xFC1600) is known color: Scarlet. HEX triplet: FC, 16 and 00. RGB value is (252,22,0). Sum of RGB (Red+Green+Blue) = 252+22+0=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1600 is #03E9FF. Grayscale: #585858. Windows color (decimal): -256512 or 5884. OLE color: 5884.

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

Color convert

RGB 252 22 0 -
CMYK 0 0.91 1 0.01
HSL 5.24º 1% 0.49% -
HSV(B) 5.24º 1% 0.99% -
XYZ 40.43 21.27 1.97 -
YUV 88.26 78.2 244.79 -
System Red Green Blue C M Y K H S L
Decimal 252 22 0 0 0.91 1 0.01 5.24 1 0.49
Hex FC 16 0 0 5B 64 1 5 64 31
Octal 374 26 0 0 133 144 1 5 144 61
Binary 11111100 10110 0 0 1011011 1100100 1 101 1100100 110001

Color Harmonies of #FC1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1600

Black with #FC1600

Text Example


Text Example

White with #FC1600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1600; }

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

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

background-color css

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

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

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

border-color css

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

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

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