Html Css Color HEX #FC1A00 Scarlet

📋 copy color: '#FC1A00'

red 252 ◦ green 26 ◦ blue 0

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

Shades of Scarlet #FC1A00

Tints of Scarlet #FC1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 90.65%
G = 9.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC1A00 (or 0xFC1A00) is known color: Scarlet. HEX triplet: FC, 1A and 00. RGB value is (252,26,0). Sum of RGB (Red+Green+Blue) = 252+26+0=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A00 is #03E5FF. Grayscale: #5A5A5A. Windows color (decimal): -255488 or 6908. OLE color: 6908.

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

Color convert

RGB 252 26 0 -
CMYK 0 0.90 1 0.01
HSL 6.19º 1% 0.49% -
HSV(B) 6.19º 1% 0.99% -
XYZ 40.51 21.43 2 -
YUV 90.61 76.87 243.11 -
System Red Green Blue C M Y K H S L
Decimal 252 26 0 0 0.90 1 0.01 6.19 1 0.49
Hex FC 1A 0 0 5A 64 1 6 64 31
Octal 374 32 0 0 132 144 1 6 144 61
Binary 11111100 11010 0 0 1011010 1100100 1 110 1100100 110001

Color Harmonies of #FC1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A00

Black with #FC1A00

Text Example


Text Example

White with #FC1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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