Html Css Color HEX #FC220D Scarlet

📋 copy color: '#FC220D'

red 252 ◦ green 34 ◦ blue 13

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

Shades of Scarlet #FC220D

Tints of Scarlet #FC220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 84.28%
G = 11.37%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC220D (or 0xFC220D) is known color: Scarlet. HEX triplet: FC, 22 and 0D. RGB value is (252,34,13). Sum of RGB (Red+Green+Blue) = 252+34+13=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC220D is #03DDF2. Grayscale: #616161. Windows color (decimal): -253427 or 860924. OLE color: 860924.

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

Color convert

RGB 252 34 13 -
CMYK 0 0.87 0.95 0.01
HSL 5.27º 0.98% 0.52% -
HSV(B) 5.27º 0.95% 0.99% -
XYZ 40.79 21.87 2.45 -
YUV 96.79 80.72 238.71 -
System Red Green Blue C M Y K H S L
Decimal 252 34 13 0 0.87 0.95 0.01 5.27 0.98 0.52
Hex FC 22 D 0 57 5F 1 5 62 34
Octal 374 42 15 0 127 137 1 5 142 64
Binary 11111100 100010 1101 0 1010111 1011111 1 101 1100010 110100

Color Harmonies of #FC220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC220D

Black with #FC220D

Text Example


Text Example

White with #FC220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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