Html Css Color HEX #FC221B Scarlet

📋 copy color: '#FC221B'

red 252 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #FC221B

Tints of Scarlet #FC221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 80.51%
G = 10.86%
B = 8.63%

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

#FC221B (or 0xFC221B) is known color: Scarlet. HEX triplet: FC, 22 and 1B. RGB value is (252,34,27). Sum of RGB (Red+Green+Blue) = 252+34+27=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC221B is #03DDE4. Grayscale: #626262. Windows color (decimal): -253413 or 1778428. OLE color: 1778428.

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

Color convert

RGB 252 34 27 -
CMYK 0 0.87 0.89 0.01
HSL 1.87º 0.97% 0.55% -
HSV(B) 1.87º 0.89% 0.99% -
XYZ 40.91 21.92 3.11 -
YUV 98.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 252 34 27 0 0.87 0.89 0.01 1.87 0.97 0.55
Hex FC 22 1B 0 57 59 1 2 61 37
Octal 374 42 33 0 127 131 1 2 141 67
Binary 11111100 100010 11011 0 1010111 1011001 1 10 1100001 110111

Color Harmonies of #FC221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC221B

Black with #FC221B

Text Example


Text Example

White with #FC221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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