Html Css Color HEX #FC220F Scarlet

📋 copy color: '#FC220F'

red 252 ◦ green 34 ◦ blue 15

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

Shades of Scarlet #FC220F

Tints of Scarlet #FC220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 83.72%
G = 11.3%
B = 4.98%

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

#FC220F (or 0xFC220F) is known color: Scarlet. HEX triplet: FC, 22 and 0F. RGB value is (252,34,15). Sum of RGB (Red+Green+Blue) = 252+34+15=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC220F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC220F is #03DDF0. Grayscale: #616161. Windows color (decimal): -253425 or 991996. OLE color: 991996.

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

Color convert

RGB 252 34 15 -
CMYK 0 0.87 0.94 0.01
HSL 4.81º 0.98% 0.52% -
HSV(B) 4.81º 0.94% 0.99% -
XYZ 40.8 21.87 2.52 -
YUV 97.02 81.72 238.54 -
System Red Green Blue C M Y K H S L
Decimal 252 34 15 0 0.87 0.94 0.01 4.81 0.98 0.52
Hex FC 22 F 0 57 5E 1 5 62 34
Octal 374 42 17 0 127 136 1 5 142 64
Binary 11111100 100010 1111 0 1010111 1011110 1 101 1100010 110100

Color Harmonies of #FC220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC220F

Black with #FC220F

Text Example


Text Example

White with #FC220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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