Html Css Color HEX #FC320B Scarlet

📋 copy color: '#FC320B'

red 252 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #FC320B

Tints of Scarlet #FC320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 80.51%
G = 15.97%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC320B (or 0xFC320B) is known color: Scarlet. HEX triplet: FC, 32 and 0B. RGB value is (252,50,11). Sum of RGB (Red+Green+Blue) = 252+50+11=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC320B is #03CDF4. Grayscale: #6A6A6A. Windows color (decimal): -249333 or 733948. OLE color: 733948.

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

Color convert

RGB 252 50 11 -
CMYK 0 0.80 0.96 0.01
HSL 9.71º 0.98% 0.52% -
HSV(B) 9.71º 0.96% 0.99% -
XYZ 41.35 23 2.58 -
YUV 105.95 74.42 232.17 -
System Red Green Blue C M Y K H S L
Decimal 252 50 11 0 0.80 0.96 0.01 9.71 0.98 0.52
Hex FC 32 B 0 50 60 1 A 62 34
Octal 374 62 13 0 120 140 1 12 142 64
Binary 11111100 110010 1011 0 1010000 1100000 1 1010 1100010 110100

Color Harmonies of #FC320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC320B

Black with #FC320B

Text Example


Text Example

White with #FC320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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