Html Css Color HEX #FC2A1A Scarlet

📋 copy color: '#FC2A1A'

red 252 ◦ green 42 ◦ blue 26

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

Shades of Scarlet #FC2A1A

Tints of Scarlet #FC2A1A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

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

R = 78.75%
G = 13.13%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC2A1A (or 0xFC2A1A) is known color: Scarlet. HEX triplet: FC, 2A and 1A. RGB value is (252,42,26). Sum of RGB (Red+Green+Blue) = 252+42+26=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2A1A is #03D5E5. Grayscale: #676767. Windows color (decimal): -251366 or 1714940. OLE color: 1714940.

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

Color convert

RGB 252 42 26 -
CMYK 0 0.83 0.90 0.01
HSL 4.25º 0.97% 0.55% -
HSV(B) 4.25º 0.9% 0.99% -
XYZ 41.16 22.43 3.14 -
YUV 102.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 252 42 26 0 0.83 0.90 0.01 4.25 0.97 0.55
Hex FC 2A 1A 0 53 5A 1 4 61 37
Octal 374 52 32 0 123 132 1 4 141 67
Binary 11111100 101010 11010 0 1010011 1011010 1 100 1100001 110111

Color Harmonies of #FC2A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A1A

Black with #FC2A1A

Text Example


Text Example

White with #FC2A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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