Html Css Color HEX #FC291A Scarlet

📋 copy color: '#FC291A'

red 252 ◦ green 41 ◦ blue 26

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

Shades of Scarlet #FC291A

Tints of Scarlet #FC291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 79%
G = 12.85%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC291A (or 0xFC291A) is known color: Scarlet. HEX triplet: FC, 29 and 1A. RGB value is (252,41,26). Sum of RGB (Red+Green+Blue) = 252+41+26=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC291A is #03D6E5. Grayscale: #666666. Windows color (decimal): -251622 or 1714684. OLE color: 1714684.

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

Color convert

RGB 252 41 26 -
CMYK 0 0.84 0.90 0.01
HSL 3.98º 0.97% 0.55% -
HSV(B) 3.98º 0.9% 0.99% -
XYZ 41.12 22.36 3.12 -
YUV 102.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 252 41 26 0 0.84 0.90 0.01 3.98 0.97 0.55
Hex FC 29 1A 0 54 5A 1 4 61 37
Octal 374 51 32 0 124 132 1 4 141 67
Binary 11111100 101001 11010 0 1010100 1011010 1 100 1100001 110111

Color Harmonies of #FC291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC291A

Black with #FC291A

Text Example


Text Example

White with #FC291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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