Html Css Color HEX #FC211E Scarlet

📋 copy color: '#FC211E'

red 252 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #FC211E

Tints of Scarlet #FC211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 80%
G = 10.48%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC211E (or 0xFC211E) is known color: Scarlet. HEX triplet: FC, 21 and 1E. RGB value is (252,33,30). Sum of RGB (Red+Green+Blue) = 252+33+30=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC211E is #03DEE1. Grayscale: #626262. Windows color (decimal): -253666 or 1974780. OLE color: 1974780.

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

Color convert

RGB 252 33 30 -
CMYK 0 0.87 0.88 0.01
HSL 0.81º 0.97% 0.55% -
HSV(B) 0.81º 0.88% 0.99% -
XYZ 40.92 21.88 3.29 -
YUV 98.14 89.55 237.74 -
System Red Green Blue C M Y K H S L
Decimal 252 33 30 0 0.87 0.88 0.01 0.81 0.97 0.55
Hex FC 21 1E 0 57 58 1 1 61 37
Octal 374 41 36 0 127 130 1 1 141 67
Binary 11111100 100001 11110 0 1010111 1011000 1 1 1100001 110111

Color Harmonies of #FC211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC211E

Black with #FC211E

Text Example


Text Example

White with #FC211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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