Html Css Color HEX #FC221C Scarlet

📋 copy color: '#FC221C'

red 252 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #FC221C

Tints of Scarlet #FC221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 80.25%
G = 10.83%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC221C (or 0xFC221C) is known color: Scarlet. HEX triplet: FC, 22 and 1C. RGB value is (252,34,28). Sum of RGB (Red+Green+Blue) = 252+34+28=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC221C is #03DDE3. Grayscale: #626262. Windows color (decimal): -253412 or 1843964. OLE color: 1843964.

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

Color convert

RGB 252 34 28 -
CMYK 0 0.87 0.89 0.01
HSL 1.61º 0.97% 0.55% -
HSV(B) 1.61º 0.89% 0.99% -
XYZ 40.93 21.92 3.17 -
YUV 98.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 252 34 28 0 0.87 0.89 0.01 1.61 0.97 0.55
Hex FC 22 1C 0 57 59 1 2 61 37
Octal 374 42 34 0 127 131 1 2 141 67
Binary 11111100 100010 11100 0 1010111 1011001 1 10 1100001 110111

Color Harmonies of #FC221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC221C

Black with #FC221C

Text Example


Text Example

White with #FC221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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