Html Css Color HEX #FC200B Scarlet

📋 copy color: '#FC200B'

red 252 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #FC200B

Tints of Scarlet #FC200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 85.42%
G = 10.85%
B = 3.73%

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

#FC200B (or 0xFC200B) is known color: Scarlet. HEX triplet: FC, 20 and 0B. RGB value is (252,32,11). Sum of RGB (Red+Green+Blue) = 252+32+11=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC200B is #03DFF4. Grayscale: #5F5F5F. Windows color (decimal): -253941 or 729340. OLE color: 729340.

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

Color convert

RGB 252 32 11 -
CMYK 0 0.87 0.96 0.01
HSL 5.23º 0.98% 0.52% -
HSV(B) 5.23º 0.96% 0.99% -
XYZ 40.72 21.75 2.37 -
YUV 95.39 80.39 239.71 -
System Red Green Blue C M Y K H S L
Decimal 252 32 11 0 0.87 0.96 0.01 5.23 0.98 0.52
Hex FC 20 B 0 57 60 1 5 62 34
Octal 374 40 13 0 127 140 1 5 142 64
Binary 11111100 100000 1011 0 1010111 1100000 1 101 1100010 110100

Color Harmonies of #FC200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC200B

Black with #FC200B

Text Example


Text Example

White with #FC200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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