Html Css Color HEX #FC221A Scarlet

📋 copy color: '#FC221A'

red 252 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #FC221A

Tints of Scarlet #FC221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 80.77%
G = 10.9%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC221A (or 0xFC221A) is known color: Scarlet. HEX triplet: FC, 22 and 1A. RGB value is (252,34,26). Sum of RGB (Red+Green+Blue) = 252+34+26=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC221A is #03DDE5. Grayscale: #626262. Windows color (decimal): -253414 or 1712892. OLE color: 1712892.

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

Color convert

RGB 252 34 26 -
CMYK 0 0.87 0.90 0.01
HSL 2.12º 0.97% 0.55% -
HSV(B) 2.12º 0.9% 0.99% -
XYZ 40.9 21.91 3.05 -
YUV 98.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 252 34 26 0 0.87 0.90 0.01 2.12 0.97 0.55
Hex FC 22 1A 0 57 5A 1 2 61 37
Octal 374 42 32 0 127 132 1 2 141 67
Binary 11111100 100010 11010 0 1010111 1011010 1 10 1100001 110111

Color Harmonies of #FC221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC221A

Black with #FC221A

Text Example


Text Example

White with #FC221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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