Html Css Color HEX #FC1A07 Scarlet

📋 copy color: '#FC1A07'

red 252 ◦ green 26 ◦ blue 7

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

Shades of Scarlet #FC1A07

Tints of Scarlet #FC1A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 88.42%
G = 9.12%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC1A07 (or 0xFC1A07) is known color: Scarlet. HEX triplet: FC, 1A and 07. RGB value is (252,26,7). Sum of RGB (Red+Green+Blue) = 252+26+7=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A07 is #03E5F8. Grayscale: #5B5B5B. Windows color (decimal): -255481 or 465660. OLE color: 465660.

HSL color Cylindrical-coordinate representation of color #FC1A07: hue angle of 4.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC1A07 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 26 7 -
CMYK 0 0.90 0.97 0.01
HSL 4.65º 0.98% 0.51% -
HSV(B) 4.65º 0.97% 0.99% -
XYZ 40.55 21.45 2.2 -
YUV 91.41 80.37 242.54 -
System Red Green Blue C M Y K H S L
Decimal 252 26 7 0 0.90 0.97 0.01 4.65 0.98 0.51
Hex FC 1A 7 0 5A 61 1 5 62 33
Octal 374 32 7 0 132 141 1 5 142 63
Binary 11111100 11010 111 0 1011010 1100001 1 101 1100010 110011

Color Harmonies of #FC1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1A07

Black with #FC1A07

Text Example


Text Example

White with #FC1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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