Html Css Color HEX #FC211B Scarlet

📋 copy color: '#FC211B'

red 252 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #FC211B

Tints of Scarlet #FC211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

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

R = 80.77%
G = 10.58%
B = 8.65%

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

#FC211B (or 0xFC211B) is known color: Scarlet. HEX triplet: FC, 21 and 1B. RGB value is (252,33,27). Sum of RGB (Red+Green+Blue) = 252+33+27=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC211B is #03DEE4. Grayscale: #626262. Windows color (decimal): -253669 or 1778172. OLE color: 1778172.

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

Color convert

RGB 252 33 27 -
CMYK 0 0.87 0.89 0.01
HSL 1.6º 0.97% 0.55% -
HSV(B) 1.6º 0.89% 0.99% -
XYZ 40.89 21.86 3.1 -
YUV 97.8 88.05 237.99 -
System Red Green Blue C M Y K H S L
Decimal 252 33 27 0 0.87 0.89 0.01 1.6 0.97 0.55
Hex FC 21 1B 0 57 59 1 2 61 37
Octal 374 41 33 0 127 131 1 2 141 67
Binary 11111100 100001 11011 0 1010111 1011001 1 10 1100001 110111

Color Harmonies of #FC211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC211B

Black with #FC211B

Text Example


Text Example

White with #FC211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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