Html Css Color HEX #FC220A Scarlet

📋 copy color: '#FC220A'

red 252 ◦ green 34 ◦ blue 10

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

Shades of Scarlet #FC220A

Tints of Scarlet #FC220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.38%

R = 85.14%
G = 11.49%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC220A (or 0xFC220A) is known color: Scarlet. HEX triplet: FC, 22 and 0A. RGB value is (252,34,10). Sum of RGB (Red+Green+Blue) = 252+34+10=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC220A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC220A is #03DDF5. Grayscale: #606060. Windows color (decimal): -253430 or 664316. OLE color: 664316.

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

Color convert

RGB 252 34 10 -
CMYK 0 0.87 0.96 0.01
HSL 5.95º 0.98% 0.51% -
HSV(B) 5.95º 0.96% 0.99% -
XYZ 40.77 21.86 2.36 -
YUV 96.45 79.22 238.95 -
System Red Green Blue C M Y K H S L
Decimal 252 34 10 0 0.87 0.96 0.01 5.95 0.98 0.51
Hex FC 22 A 0 57 60 1 6 62 33
Octal 374 42 12 0 127 140 1 6 142 63
Binary 11111100 100010 1010 0 1010111 1100000 1 110 1100010 110011

Color Harmonies of #FC220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC220A

Black with #FC220A

Text Example


Text Example

White with #FC220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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