Html Css Color HEX #FC200E Scarlet

📋 copy color: '#FC200E'

red 252 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #FC200E

Tints of Scarlet #FC200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 84.56%
G = 10.74%
B = 4.7%

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

#FC200E (or 0xFC200E) is known color: Scarlet. HEX triplet: FC, 20 and 0E. RGB value is (252,32,14). Sum of RGB (Red+Green+Blue) = 252+32+14=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC200E is #03DFF1. Grayscale: #606060. Windows color (decimal): -253938 or 925948. OLE color: 925948.

HSL color Cylindrical-coordinate representation of color #FC200E: hue angle of 4.54º 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 #FC200E is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 32 14 -
CMYK 0 0.87 0.94 0.01
HSL 4.54º 0.98% 0.52% -
HSV(B) 4.54º 0.94% 0.99% -
XYZ 40.74 21.76 2.47 -
YUV 95.73 81.89 239.46 -
System Red Green Blue C M Y K H S L
Decimal 252 32 14 0 0.87 0.94 0.01 4.54 0.98 0.52
Hex FC 20 E 0 57 5E 1 5 62 34
Octal 374 40 16 0 127 136 1 5 142 64
Binary 11111100 100000 1110 0 1010111 1011110 1 101 1100010 110100

Color Harmonies of #FC200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC200E

Black with #FC200E

Text Example


Text Example

White with #FC200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC200E; }

 p { color: rgb(252,32,14); }

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

background-color css

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

 a { background-color: rgb(252,32,14); }

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

border-color css

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

 span { border-color: rgb(252,32,14); }

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