Html Css Color HEX #FC2C00 Scarlet

📋 copy color: '#FC2C00'

red 252 ◦ green 44 ◦ blue 0

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

Shades of Scarlet #FC2C00

Tints of Scarlet #FC2C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 85.14%
G = 14.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC2C00 (or 0xFC2C00) is known color: Scarlet. HEX triplet: FC, 2C and 00. RGB value is (252,44,0). Sum of RGB (Red+Green+Blue) = 252+44+0=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C00 is #03D3FF. Grayscale: #656565. Windows color (decimal): -250880 or 11516. OLE color: 11516.

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

Color convert

RGB 252 44 0 -
CMYK 0 0.83 1 0.01
HSL 10.48º 1% 0.49% -
HSV(B) 10.48º 1% 0.99% -
XYZ 41.05 22.5 2.18 -
YUV 101.18 70.91 235.58 -
System Red Green Blue C M Y K H S L
Decimal 252 44 0 0 0.83 1 0.01 10.48 1 0.49
Hex FC 2C 0 0 53 64 1 A 64 31
Octal 374 54 0 0 123 144 1 12 144 61
Binary 11111100 101100 0 0 1010011 1100100 1 1010 1100100 110001

Color Harmonies of #FC2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C00

Black with #FC2C00

Text Example


Text Example

White with #FC2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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