Html Css Color HEX #FC271A Scarlet

📋 copy color: '#FC271A'

red 252 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #FC271A

Tints of Scarlet #FC271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 79.5%
G = 12.3%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC271A (or 0xFC271A) is known color: Scarlet. HEX triplet: FC, 27 and 1A. RGB value is (252,39,26). Sum of RGB (Red+Green+Blue) = 252+39+26=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC271A is #03D8E5. Grayscale: #656565. Windows color (decimal): -252134 or 1714172. OLE color: 1714172.

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

Color convert

RGB 252 39 26 -
CMYK 0 0.85 0.90 0.01
HSL 3.45º 0.97% 0.55% -
HSV(B) 3.45º 0.9% 0.99% -
XYZ 41.06 22.22 3.1 -
YUV 101.21 85.57 235.56 -
System Red Green Blue C M Y K H S L
Decimal 252 39 26 0 0.85 0.90 0.01 3.45 0.97 0.55
Hex FC 27 1A 0 55 5A 1 3 61 37
Octal 374 47 32 0 125 132 1 3 141 67
Binary 11111100 100111 11010 0 1010101 1011010 1 11 1100001 110111

Color Harmonies of #FC271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC271A

Black with #FC271A

Text Example


Text Example

White with #FC271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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