Html Css Color HEX #FC2301 Scarlet

📋 copy color: '#FC2301'

red 252 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #FC2301

Tints of Scarlet #FC2301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 87.5%
G = 12.15%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC2301 (or 0xFC2301) is known color: Scarlet. HEX triplet: FC, 23 and 01. RGB value is (252,35,1). Sum of RGB (Red+Green+Blue) = 252+35+1=288 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.5% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2301 is #03DCFE. Grayscale: #606060. Windows color (decimal): -253183 or 74748. OLE color: 74748.

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

Color convert

RGB 252 35 1 -
CMYK 0 0.86 1.00 0.01
HSL 8.13º 0.99% 0.5% -
HSV(B) 8.13º 1% 0.99% -
XYZ 40.75 21.9 2.11 -
YUV 96.01 74.39 239.26 -
System Red Green Blue C M Y K H S L
Decimal 252 35 1 0 0.86 1.00 0.01 8.13 0.99 0.5
Hex FC 23 1 0 56 64 1 8 63 32
Octal 374 43 1 0 126 144 1 10 143 62
Binary 11111100 100011 1 0 1010110 1100100 1 1000 1100011 110010

Color Harmonies of #FC2301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2301

Black with #FC2301

Text Example


Text Example

White with #FC2301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2301; }

 p { color: rgb(252,35,1); }

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

background-color css

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

 a { background-color: rgb(252,35,1); }

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

border-color css

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

 span { border-color: rgb(252,35,1); }

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