Html Css Color HEX #FC2210 Scarlet

📋 copy color: '#FC2210'

red 252 ◦ green 34 ◦ blue 16

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

Shades of Scarlet #FC2210

Tints of Scarlet #FC2210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 83.44%
G = 11.26%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC2210 (or 0xFC2210) is known color: Scarlet. HEX triplet: FC, 22 and 10. RGB value is (252,34,16). Sum of RGB (Red+Green+Blue) = 252+34+16=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2210 is #03DDEF. Grayscale: #616161. Windows color (decimal): -253424 or 1057532. OLE color: 1057532.

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

Color convert

RGB 252 34 16 -
CMYK 0 0.87 0.94 0.01
HSL 4.58º 0.98% 0.53% -
HSV(B) 4.58º 0.94% 0.99% -
XYZ 40.81 21.88 2.56 -
YUV 97.13 82.22 238.46 -
System Red Green Blue C M Y K H S L
Decimal 252 34 16 0 0.87 0.94 0.01 4.58 0.98 0.53
Hex FC 22 10 0 57 5E 1 5 62 35
Octal 374 42 20 0 127 136 1 5 142 65
Binary 11111100 100010 10000 0 1010111 1011110 1 101 1100010 110101

Color Harmonies of #FC2210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2210

Black with #FC2210

Text Example


Text Example

White with #FC2210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2210; }

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

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

background-color css

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

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

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

border-color css

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

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

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