Html Css Color HEX #FC2218 Scarlet

📋 copy color: '#FC2218'

red 252 ◦ green 34 ◦ blue 24

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

Shades of Scarlet #FC2218

Tints of Scarlet #FC2218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 81.29%
G = 10.97%
B = 7.74%

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

#FC2218 (or 0xFC2218) is known color: Scarlet. HEX triplet: FC, 22 and 18. RGB value is (252,34,24). Sum of RGB (Red+Green+Blue) = 252+34+24=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2218 is #03DDE7. Grayscale: #626262. Windows color (decimal): -253416 or 1581820. OLE color: 1581820.

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

Color convert

RGB 252 34 24 -
CMYK 0 0.87 0.90 0.01
HSL 2.63º 0.97% 0.54% -
HSV(B) 2.63º 0.9% 0.99% -
XYZ 40.88 21.91 2.94 -
YUV 98.04 86.22 237.81 -
System Red Green Blue C M Y K H S L
Decimal 252 34 24 0 0.87 0.90 0.01 2.63 0.97 0.54
Hex FC 22 18 0 57 5A 1 3 61 36
Octal 374 42 30 0 127 132 1 3 141 66
Binary 11111100 100010 11000 0 1010111 1011010 1 11 1100001 110110

Color Harmonies of #FC2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2218

Black with #FC2218

Text Example


Text Example

White with #FC2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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